GRU yemu - Yet another EMUlator
Go to file
g1n ae8ba5d80b
common and ocpu: Implemented stack, added PUSH and POP instructions
2022-05-10 17:28:29 +03:00
src common and ocpu: Implemented stack, added PUSH and POP instructions 2022-05-10 17:28:29 +03:00
.gitignore Changed and moved include files and changed Makefile 2022-04-14 12:10:24 +03:00
LICENSE Happy New 2022 Year 2022-01-01 10:33:06 +02:00
README.org Update README 2021-10-14 11:27:47 +03:00

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