1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-06-12 07:29:33 +00:00
of816/platforms/GoSXB/platform-words.s

12 lines
221 B
ArmAsm

; Platform support dictionary words for GoSXB
dword dCPU_HZ,"$CPU_HZ"
FCONSTANT cpu_clk
eword
dword dROMFS,"$ROMFS"
ldy #.loword(romfs)
lda #.hiword(romfs)
PUSHNEXT
eword