/usr/share/z88dk/lib/app_crt0.as1 is in z88dk-data 1.8.ds1-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ; z80asm is getting a bit crusty!
IF !DEFINED_defvarsaddr
defc defvarsaddr = 8192
ENDIF
DEFVARS defvarsaddr
{
pool_table ds.b 224
malloc_table ds.w 1
farpages ds.w 1
farmemspec ds.b 1
copybuff ds.b 258
actual_malloc_table
ds.b ((farheapsz/256)+1)*2
}
|