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

12 lines
221 B
ArmAsm
Raw Normal View History

2019-12-05 05:21:57 +00:00
; 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