foot/emulator/customasm/memview.asm
shylie 060ca1d3cd
All checks were successful
Test / build (push) Successful in 8s
Add more tests, prep for graphical output
2025-07-08 11:53:56 -04:00

9 lines
101 B
NASM

#include "foot.asm"
CNST. r30, #0x1000
loop:
CNST. r0, #0xEFFE
CNST.r [r0++], #29
CNST. r31, #loop