jdah / jdh-8

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

Emulator #8

Closed NeoGenio closed 3 years ago

NeoGenio commented 3 years ago

How to use the emulator? I compile pong.asm using the assembler but when I type ./bin/emu out.bin it says Loading ROM from out.bin... and nothing happens.

jdah commented 3 years ago

Please read the README. There's a RUN command which executes code starting from the current program counter location.