Ryex / ic10emu

A Stationeers IC10 code editor and emulator
https://ic10emu.dev/
Apache License 2.0
7 stars 2 forks source link

Emulator stuck on command "get r0 db 0" #21

Closed Tjaden closed 5 months ago

Tjaden commented 5 months ago

Emulator stuck on command "get r0 db 0" image

`start: push 1 push 2 push 3 push 4

main: s db Setting 123 get r0 db 0

yield j main`