A debugger / assembler for SLEDE8 VM.
- Download & install Go.
git clone https://github.com/upryst/slede8dbg.git
cd slede8dbg
go build .
$ ./slede8dbg debug ./example/hello.s8
$ ./slede8dbg debug ./example/example.asm # compiles it for you
$ ./slede8dbg debug --input 9090cd219090 ./example/hello.s8
Using alternative syntax for debug
:
$ ./slede8dbg ./example/hello.s8
$ ./slede8dbg ./example/hello.s8 f09f8e85 # with føde
$ ./slede8dbg ./example/hello.s8 f09f8e85 2600 # and cycle limit
$ ./slede8dbg compile ./example/example.asm # default binary name is a.s8
$ ./slede8dbg compile -o example.s8 ./example/example.asm