mirror of https://github.com/nmlgc/ReC98.git
![]() Otherwise, TASM would simply convert all EXTRN declarations in those
files to uppercase. Then, the linker would expect them in uppercase,
forcing both the case-sensitive big 32-bit .ASM files *and* the entire
C land to declare them as uppercase as well.
For functions with __pascal convention which are always uppercased
anyway, this makes no difference. It does matter for regular __cdecl
variables, though, and the C declaration of [score_delta] in
|
||
---|---|---|
.. | ||
bar_colors[data].asm | ||
bar_put.asm | ||
bar_put[data].asm | ||
gaiji_row[data].asm | ||
popup.asm | ||
popup.hpp | ||
popup.inc | ||
popup[bss].asm | ||
popup[data].asm |