GRU gasm - assembler
Go to file
g1n 4e40066072
Happy New 2022 Year
2022-01-01 10:21:51 +02: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
LICENSE Happy New 2022 Year 2022-01-01 10:21:51 +02: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