GRU yemu - Yet another EMUlator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
g1n ae8ba5d80b
common and ocpu: Implemented stack, added PUSH and POP instructions
10 months ago
src common and ocpu: Implemented stack, added PUSH and POP instructions 10 months ago
.gitignore Changed and moved include files and changed Makefile 11 months ago
LICENSE Happy New 2022 Year 1 year ago
README.org Update README 1 year ago

README.org

GRU yemu - Yet another EMUlator

Currenty supported platforms

  • 6502

How to build

(Currently only one platform supported but when other platforms/processors will be made other Makefile for all platforms)

  • cd src/6502
  • make
  • now you should see `yemu-6502` executable in src/6502/ directory

How to run programs

  • run your executable with ROM filename as argument