bare_x86/16bit.symtable.s
Ed94 8d1ec63cc1 Basic build and runs scripts, began setup of ftable n stuff
going the route of watching this series so far.
2022-02-05 11:19:40 -05:00

14 lines
230 B
ArmAsm

; x86
; 16-bit - Real Mode, V86 Mode
; Symbol Table
; 0x5E7AB1E { symbol; hash; symbol; hash; }
symtable:
dd 0x5E7AB1E
dw 0x0000
db '{ listDir; #; createFile; #; }'
; Byte pad 512 bytes (zeroed)
times 512-$+symtable db 0