Search found 1 match

by calschwick
Mon Feb 03, 2025 1:41 am
Forum: Programming
Topic: Lightweight cross-platform assembler library
Replies: 11
Views: 4310

Re: Lightweight cross-platform assembler library

I know this is ~4 years too late, but for those in the future, I am work on a (currently extremely basic) 6502 assembler written in C++ intended for being portable.
It takes a list of lines as input, and stores the output in a list of bytes (so no file IO). It also stores the labels (and their ...