gigatron/rom/Contrib/at67/gbas/test/rshift.gbas
2025-01-28 19:17:01 +03:00

20 lines
268 B
Plaintext

_runtimePath_ "../runtime"
_codeRomType_ ROMv1
cls
value = &h0080
gosub rshift1
print value
rshift1:
asm
_breakpoint_
LDWI SYS_LSRW1_48
STW giga_sysFn
LDW _value
SYS 48
STW _value
endasm
return