GRU gasm - assembler
Go to file
g1n b27a51bc04 Add 6502 DEX and DEY instructions 2021-10-15 14:39:52 +03:00
src Add 6502 DEX and DEY instructions 2021-10-15 14:39:52 +03:00
tests Add 6502 DEX and DEY instructions 2021-10-15 14:39:52 +03:00
README.org Initial commit 2021-10-14 11:30:45 +03:00

README.org

GRU assembler

GRU gasm - yet another assembler

Supported platforms

  • 6502

How to build

  • cd src
  • make
  • now you should see `gasm` executable

How to use

  • run your executable with asm file as argument and with -o flag for output filename