jdah / jdh-8

An 8-bit minicomputer with a fully custom architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emulator

NeoGenio opened this issue · comments

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.

commented

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