jdah / jdh-8

An 8-bit minicomputer with a fully custom architecture
MIT License
1.29k stars 89 forks source link

Error running #29

Closed hdfsyu closed 2 years ago

hdfsyu commented 2 years ago

I know this might sound like I am a noob (which I am) but I don't know how to use emu and this is what is popping out: [hdfsyu@archlinux bin]$ ./emu -l test Assertion failed. (emu/emu.c:273) Help please

jdah commented 2 years ago

Sorry the documentation isn't super clear, but you need to give an address to load the ROM at. So $ ./emu -l test 0 will work just fine :-)