aboutsummaryrefslogtreecommitdiff
path: root/tr8as.c
AgeCommit message (Collapse)Author
2023-05-05Fixes parsin and improves error reportingJuan J. Martinez
The assembler supports: label: instr ; comment Being any of those three optional. This change makes it happen and also settles on the "retrun error code" pattern for the parse functions.
2023-05-04Make the stb_image implementation a C moduleJuan J. Martinez
2023-05-04Make index zero any RGB value not found in the paletteJuan J. Martinez
Mask TBD
2023-05-04Include PNG images as dataJuan J. Martinez
2023-05-03Add .include directiveJuan J. Martinez
2023-05-03Add incbin and check memory overflow in outputJuan J. Martinez
2023-05-01Added equ to assemblerJuan J. Martinez
To define constants.
2023-05-01Added the VM player using SDLJuan J. Martinez
- Wired basic functionality (fram-buffer, frame interrupt) - Bug fixes in the assembler
2023-05-01Added licenceJuan J. Martinez
2023-05-01Initial importJuan J. Martinez