prog8/examples/test.p8

9 lines
107 B
Lua

main {
sub start() {
cx16.r0 = $aabb
cx16.r1 = $1122
goto cx16.r1+256
}
}