pebmeister / Pasm

cross-platform 6502/65c02 assembler. Full macro and scripting supported. Comes with several samples for commodore 64 graphics , wedge and cartridge including a full version of Pong and port of Sweet16

Home Page:https://pebmeister.github.io/Pasm/

Repository from Github https://github.compebmeister/PasmRepository from Github https://github.compebmeister/Pasm

Pasm

platform independent version of Pasm 6502 assembler

requires flex and bison to build

Pasm

platform independent version of Pasm 6502 assembler

requires flex and bison to build

To Confgure: cmake -S CMakePasm -B PasmBuild

To Build: cmake --build PasmBuild --config Release

At this point the executable will be in the bin directory of PasmBuild

To Install on Unix or Linux etc: sudo cmake --install PasmBuild --config Release

To install Windows: open Adminisrator PowerShell cmake --install PasmBuild --config Release

About

cross-platform 6502/65c02 assembler. Full macro and scripting supported. Comes with several samples for commodore 64 graphics , wedge and cartridge including a full version of Pong and port of Sweet16

https://pebmeister.github.io/Pasm/

License:GNU General Public License v3.0


Languages

Language:C++ 56.1%Language:Assembly 36.8%Language:Lex 2.8%Language:Yacc 2.0%Language:C 1.0%Language:CMake 0.7%Language:BASIC 0.4%Language:Batchfile 0.1%