jdah / jdh-8

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

Error when running ROM #31

Closed hdfsyu closed 2 years ago

hdfsyu commented 2 years ago

When I run the rom (I tried using ./emu -l test 0) and then I typed run and it just gave me a bunch of errors... then I tried ./emu -l test 3 then typed run 3 and it worked but now it says "Press enter to stop simulation" and it does nothing

jdah commented 2 years ago

Please read the README, it says that emu will load the specified binary at the given address. You can either set the PC manually to that address with SET or you can just load it at 0. The RUN command is RUN <hertz?>, the second argument is not an address.

Please read the README.