sasm
sasm copied to clipboard
Self-hosting Real Mode x86 Assembler
Results
1
sasm issues
Sort by
recently updated
recently updated
newest added
A lot of my existing nasm code is using hex numbers in the format with the trailing 'h' (e.g. "0100h" instead of "0x100"). I don't know if this project is...