ReC98/libs/BorlandC
nmlgc 5e35cfb1af [JWasm move] Fix improper structure declarations
Really, Borland? You considered it necessary to add directives for object-
oriented programming (in Assembly!) and convenience features like bitfield
records or PUSHSTATE/POPSTATE, yet you never came up with the actually
*helpful* idea of just adding a simple basic pointer data type that depends
on the current memory model's data size?
Like, something like DP... oh wait, that's already taken, as an alias for
DF, the 48-bit 80386 far pointer type.

And this, exactly, is the problem with assemblers. The language itself is
undefined beyond the instructions themselves, but it's obviously very
uncomfortable to program anything with just that, so your assembler needs to
add custom directives on top of that, and of course everyone has different
ideas of the features and use cases that should (and should not) be covered by
syntax. (I'm looking especially at you, NASM.)

And then one of those developers sells their compiler division to a different
company, which then subsequently discontinues all products without ever
releasing the source code, trapping their nice extensions in a single
executable for a single platform that is not even legally available anymore.

tl;dr: http://xkcd.com/927/
2014-11-20 04:55:57 +01:00
..
emu [Reduction] #670-672: e087_Trap 2014-11-02 20:11:20 +01:00
math [JWasm move] Specify struct names where necessary 2014-11-19 07:15:10 +01:00
sys [Reduction] #533-536: fopen 2014-10-13 06:12:09 +02:00
FARHEAP.ASM [JWasm move] Prefixes must be on the same line as the modified instruction 2014-11-19 07:31:59 +01:00
FHEAPCHK.ASM [JWasm move] Prefixes must be on the same line as the modified instruction 2014-11-19 07:31:59 +01:00
H_LDIV.ASM [Reduction] #171: _bgm_bell_org 2014-08-25 04:49:19 +02:00
H_LLSH.ASM [Reduction] #37: Long shift left 2014-08-14 20:06:54 +02:00
H_LRSH.ASM [Reduction] #42: Long shift right 2014-08-14 20:07:02 +02:00
H_PADD.ASM [Reduction] #36: Huge pointer addition 2014-08-14 19:55:26 +02:00
H_PSBP.ASM [Reduction] #39: Long pointer subtraction 2014-08-14 20:06:57 +02:00
N_LXMUL.ASM [Reduction] #40: Long multiplication 2014-08-14 20:06:58 +02:00
N_PCMP.ASM [Reduction] #41: Long pointer comparison 2014-08-14 20:07:00 +02:00
RULES.ASI [Reduction] #684: control87 2014-11-09 13:18:19 +01:00
_HEAP.INC [Reduction] #19-23: Far heap checking functions 2014-08-14 12:22:23 +02:00
_abort.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
_abort[data].asm Move "Abnormal program termination" to its own slice 2014-10-12 18:37:58 +02:00
_access.asm [Reduction] #683: access (the one that *actually* has no underscore) 2014-11-09 11:58:33 +01:00
_isatty.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
_printf.inc [Reduction] #569: xcvt 2014-11-02 06:55:48 +01:00
_strcat.asm [Reduction] #25: _strcat 2014-08-14 12:22:37 +02:00
_strcmp.asm [Reduction] #24: _strcmp 2014-08-14 12:22:31 +02:00
_strcpy.asm [Reduction] #4: _strcpy 2014-08-10 07:52:56 +02:00
_stricmp.asm [Reduction] #3: _stricmp 2014-08-10 07:52:29 +02:00
_strlen.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
abort.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
access.asm [Reduction] #683: access (the one that *actually* has no underscore) 2014-11-09 11:58:33 +01:00
atexit.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
atexit[bss].asm [Reduction] #79: atexit 2014-08-20 14:02:27 +02:00
atexit[data].asm [Reduction] #79: atexit 2014-08-20 14:02:27 +02:00
atol.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
brk.asm [JWasm move] "addr" is a reserved word 2014-11-07 12:38:54 +01:00
c0.asm [JWasm move] Specify struct names where necessary 2014-11-19 07:15:10 +01:00
c0[data].asm [JWasm move] Fix the interrupt vector declarations in c0[data].asm 2014-11-19 07:26:12 +01:00
ccomdely.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
cconv.asm [Reduction] #495: localeconv 2014-09-07 22:05:49 +02:00
cconv[data].asm General cleanup 2014-10-20 17:20:04 +02:00
chmoda.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
cibmdely.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
cibmdely[data].asm [Reduction] #526: ibm_delay 2014-10-06 03:18:36 +02:00
cibmdely[initdata].asm [Reduction] #526: ibm_delay 2014-10-06 03:18:36 +02:00
close.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
closea.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
cnecdely.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
conioini.asm [Reduction] #531: conio_type_init 2014-10-10 21:20:22 +02:00
conioini[initdata].asm [Reduction] #531: conio_type_init 2014-10-10 21:20:22 +02:00
coniotyp[data].asm [Reduction] #525: conio_type 2014-10-05 02:11:00 +02:00
coreleft.asm [Reduction] #692: coreleft 2014-11-10 19:58:08 +01:00
cputype.asm [Reduction] #273: cputype.asm 2014-08-29 05:58:32 +02:00
cputype[data].asm [Reduction] #273: cputype.asm 2014-08-29 05:58:32 +02:00
cputype[initdata].asm [Reduction] #273: cputype.asm 2014-08-29 05:58:32 +02:00
ctor2.asm [Reduction] #355-356: ctor2.asm 2014-08-30 03:50:38 +02:00
ctor2[textc].asm [Reduction] #355-356: ctor2.asm 2014-08-30 03:50:38 +02:00
ctor3.asm [Reduction] #352-354: ctor3.asm 2014-08-30 02:37:53 +02:00
ctor3[textc].asm [Reduction] #352-354: ctor3.asm 2014-08-30 02:37:53 +02:00
ctype.inc [Reduction] #561-562: scantol 2014-10-30 09:38:46 +01:00
ctype[data].asm General cleanup 2014-10-20 17:20:04 +02:00
cvtfak.asm [JWasm move] Add symbol names to the ENDP and ENDS directives where necessary 2014-11-06 06:45:35 +01:00
cvtfak[cvtseg].asm [Reduction] #541: Fake floating point conversion 2014-10-16 07:29:53 +02:00
cvtfak[data].asm [Reduction] #541: Fake floating point conversion 2014-10-16 07:29:53 +02:00
cvtfak[scnseg].asm [Reduction] #686-688: scantod 2014-11-10 01:02:11 +01:00
deflt87[data].asm [Reduction] #548: Floating-point emulation data 2014-10-19 23:37:46 +02:00
del.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
delarray.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
dos.inc [Reduction] #556-558: open 2014-10-27 02:50:32 +01:00
doscmd.asm [Reduction] #456: DOSCMD 2014-09-03 19:13:47 +02:00
dosenv.asm Replace the compatibility NOPs with a macro 2014-08-22 18:03:40 +02:00
doserror.inc [Reduction] #540: close 2014-10-15 08:39:22 +02:00
dosfattr.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
dosgdriv.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
eof.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
errno.inc [Reduction] #685: ldtrunc 2014-11-09 14:49:18 +01:00
errormsg.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
exec.asm [JWasm move] Add symbol names to the ENDP and ENDS directives where necessary 2014-11-06 06:45:35 +01:00
execl.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
exit.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
exit[data].asm [Reduction] #92-97: exit 2014-08-20 17:53:02 +02:00
f_lxmul.asm [Reduction] #467: Far long multiplication 2014-09-05 10:57:12 +02:00
f_scopy.asm [JWasm move] Add symbol names to the ENDP and ENDS directives where necessary 2014-11-06 06:45:35 +01:00
fbrk.asm [JWasm move] "addr" is a reserved word 2014-11-07 12:38:54 +01:00
fbrk[data].asm [Reduction] #45-47: Far data segment space allocation 2014-08-15 21:48:43 +02:00
fcalloc.asm [Reduction] #690: farcalloc 2014-11-10 19:11:34 +01:00
fclose.asm [JWasm move] Fix improper structure declarations 2014-11-20 04:55:57 +01:00
fcntl.inc [Reduction] #532: fmode 2014-10-11 23:56:44 +02:00
fcorleft.asm [Reduction] #691: farcoreleft 2014-11-10 19:19:33 +01:00
fflush.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
files[data].asm [Reduction] #533-536: fopen 2014-10-13 06:12:09 +02:00
flag8087[data].asm [Reduction] #548: Floating-point emulation data 2014-10-19 23:37:46 +02:00
flength.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
flushall.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
fmode[data].asm [Reduction] #532: fmode 2014-10-11 23:56:44 +02:00
fopen.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
fprintf.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
fpstklen[data].asm [Reduction] #548: Floating-point emulation data 2014-10-19 23:37:46 +02:00
fputs.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
fread.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
fseek.asm [JWasm move] Fix improper structure declarations 2014-11-20 04:55:57 +01:00
fullpath.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
getc.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
getc[bss].asm [Reduction] #543-547: fgetc and friends 2014-10-18 02:20:40 +02:00
getch.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
getdate.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
getdcwd.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
getenv.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
getvect.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
h_pada.asm [Reduction] #689: Long pointer+scalar addition 2014-11-10 19:10:46 +01:00
int86.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
intdos.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
ioctl.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
ioerror.asm General cleanup 2014-10-20 17:20:04 +02:00
ioerror[data].asm General cleanup 2014-10-20 17:20:04 +02:00
kbhit.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
kbhit[data].asm [Reduction] #358: kbhit 2014-08-30 06:23:45 +02:00
loadprog.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
loadprog[data].asm [Reduction] #470-472: LoadProg 2014-09-06 19:07:54 +02:00
longtoa.asm [Reduction] #505-506: LONGTOA and UTOA 2014-09-19 19:22:51 +02:00
lrotl.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
lrotr.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
lseek.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
mbctype[data].asm [Reduction] #501: mbctype 2014-09-12 08:34:43 +02:00
mbjmsjis.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
memcmp.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
memcpy.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
memset.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
mkname.asm [Reduction] #509-510: mkname and tmpnam 2014-09-24 23:21:48 +02:00
mkname[bss].asm [Reduction] #509-510: mkname and tmpnam 2014-09-24 23:21:48 +02:00
mkname[data].asm [Reduction] #509-510: mkname and tmpnam 2014-09-24 23:21:48 +02:00
movmem.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
nearheap.asm [JWasm move] Prefixes must be on the same line as the modified instruction 2014-11-19 07:31:59 +01:00
nearheap[data].asm [Reduction] #53-65: Near heap functions 2014-08-19 19:52:11 +02:00
new.asm [Reduction] #324-330: new.cpp 2014-08-29 10:50:30 +02:00
new[data].asm [Reduction] #324-330: new.cpp 2014-08-29 10:50:30 +02:00
new[exitdata].asm [Reduction] #324-330: new.cpp 2014-08-29 10:50:30 +02:00
new[initdata].asm [Reduction] #324-330: new.cpp 2014-08-29 10:50:30 +02:00
newarray.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
newf.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
newfarry.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
open.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
opena.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
pathops.asm [Reduction] #458-460: Double-byte character set functions 2014-09-03 23:23:25 +02:00
pathops[data].asm [Reduction] #458-460: Double-byte character set functions 2014-09-03 23:23:25 +02:00
pathops[initdata].asm [Reduction] #458-460: Double-byte character set functions 2014-09-03 23:23:25 +02:00
printf.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
protflag[data].asm [Reduction] #548: Floating-point emulation data 2014-10-19 23:37:46 +02:00
putc.asm [JWasm move] Fix improper structure declarations 2014-11-20 04:55:57 +01:00
putc[bss].asm General cleanup 2014-10-20 17:20:04 +02:00
putc[data].asm General cleanup 2014-10-20 17:20:04 +02:00
puts.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
read.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
reada.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
readu.asm [Reduction] #695-696: User entry points for read() and write() 2014-11-10 22:20:59 +01:00
realcvt.asm [Reduction] #570-573: realcvt 2014-11-02 08:27:17 +01:00
regs.inc [JWasm move] Fix improper structure declarations 2014-11-20 04:55:57 +01:00
scanf.asm [Reduction] #694: scanf 2014-11-10 21:42:09 +01:00
scanner.asm [Reduction] #693: scanner 2014-11-10 21:04:32 +01:00
scanner[data].asm [Reduction] #693: scanner 2014-11-10 21:04:32 +01:00
scantod.asm [Reduction] #686-688: scantod 2014-11-10 01:02:11 +01:00
scantol.asm [Reduction] #561-562: scantol 2014-10-30 09:38:46 +01:00
segread.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
setargv.asm [JWasm move] Add symbol names to the ENDP and ENDS directives where necessary 2014-11-06 06:45:35 +01:00
setargv[data].asm [Reduction] #521-522: setargv 2014-10-03 18:03:36 +02:00
setargv[initdata].asm [Reduction] #521-522: setargv 2014-10-03 18:03:36 +02:00
setblock.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
setenvp.asm [JWasm move] Add symbol names to the ENDP and ENDS directives where necessary 2014-11-06 06:45:35 +01:00
setenvp[data].asm [Reduction] #50: setenvp 2014-08-18 14:33:24 +02:00
setenvp[initdata].asm [Reduction] #50: setenvp 2014-08-18 14:33:24 +02:00
setupio.asm [JWasm move] Add symbol names to the ENDP and ENDS directives where necessary 2014-11-06 06:45:35 +01:00
setupio[initdata].asm [Reduction] #52: setupio 2014-08-18 19:50:20 +02:00
setvbuf.asm [JWasm move] Fix improper structure declarations 2014-11-20 04:55:57 +01:00
setvbuf[data].asm [Reduction] #449: setvbuf 2014-09-03 14:02:14 +02:00
sigdata[bss].asm [Reduction] #109-113: Signal handling 2014-08-21 21:28:18 +02:00
signal.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
signal[bss].asm [Reduction] #109-113: Signal handling 2014-08-21 21:28:18 +02:00
signal[data].asm [Reduction] #109-113: Signal handling 2014-08-21 21:28:18 +02:00
sprintf.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
srchenv.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
srchenv[data].asm [Reduction] #466: searchenv 2014-09-04 20:55:28 +02:00
srchstr.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
srchstr[data].asm [Reduction] #465: searchstr 2014-09-04 20:55:27 +02:00
stack.asm Move the stack segment into its own slice 2014-11-02 19:44:02 +01:00
stdio.inc [JWasm move] Fix improper structure declarations 2014-11-20 04:55:57 +01:00
stklen[data].asm [Reduction] #548: Floating-point emulation data 2014-10-19 23:37:46 +02:00
stpcpy.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
strings.asm [Reduction] #331-351: strings.cpp 2014-08-29 12:47:43 +02:00
strings[data].asm [Reduction] #331-351: strings.cpp 2014-08-29 12:47:43 +02:00
strings[textc].asm [Reduction] #331-351: strings.cpp 2014-08-29 12:47:43 +02:00
strrchr.asm [Reduction] #470-472: LoadProg 2014-09-06 19:07:54 +02:00
sysnerr[data].asm [Reduction] #33-34: __IOERROR and __DOSERROR 2014-08-14 15:56:57 +02:00
tolower.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
toupper.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
ungetc.asm [Reduction] #681: ungetc 2014-11-08 11:45:33 +01:00
unlink.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
vnewf.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
vprinter.asm [Reduction] #574-575: vprinter 2014-11-02 09:01:46 +01:00
vprinter[data].asm [Reduction] #574-575: vprinter 2014-11-02 09:01:46 +01:00
write.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
writea.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
writeu.asm [Reduction] #695-696: User entry points for read() and write() 2014-11-10 22:20:59 +01:00
xalloc.asm [Reduction] #264-267: xalloc.cpp 2014-08-29 03:24:39 +02:00
xclose.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
xfclose.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
xfflush.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
xmsg.asm [Reduction] #268-272: xmsg.cpp 2014-08-29 04:02:38 +02:00
xx.asm [Reduction] #274-323: xx.cpp 2014-08-29 08:03:21 +02:00
xx[bss].asm [Reduction] #274-323: xx.cpp 2014-08-29 08:03:21 +02:00
xx[data].asm [Reduction] #274-323: xx.cpp 2014-08-29 08:03:21 +02:00
xxas.asm [Reduction] #260-263: xxas.cpp 2014-08-29 03:08:23 +02:00
xxv.asm [Reduction] #432-440: xxv.cpp 2014-09-01 13:51:23 +02:00
xxv[bss].asm Identify the missing BSS slice of xxv.cpp 2014-10-29 05:41:43 +01:00
xxv[data].asm [Reduction] #432-440: xxv.cpp 2014-09-01 13:51:23 +02:00