aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-05Use the MSB of the index to mark a transparent colorJuan J. Martinez
Because we use 1 byte to store 4bpp, we don't need a mask and we can encode a "transparent" color in the bits we don't use.
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-04Update the full fb once to sync with RAMJuan J. Martinez
This is after loading the programm.
2023-05-03CLarifyJuan J. Martinez
Basically it gets included at the "address" the directive is parsed.
2023-05-03Add .include directiveJuan J. Martinez
2023-05-03ClarifyJuan J. Martinez
2023-05-03Add incbin and check memory overflow in outputJuan J. Martinez
2023-05-02More readableJuan J. Martinez
2023-05-02Documented .equ and small improvementsJuan J. Martinez
2023-05-01Blank lineJuan J. Martinez
2023-05-01Added equ to assemblerJuan J. Martinez
To define constants.
2023-05-01Wait longerJuan J. Martinez
2023-05-01FormattingJuan J. Martinez
2023-05-01Documented current paletteJuan J. Martinez
2023-05-01Added the VM player using SDLJuan J. Martinez
- Wired basic functionality (fram-buffer, frame interrupt) - Bug fixes in the assembler
2023-05-01Assign the value of the registerJuan J. Martinez
2023-05-01Missing wordJuan J. Martinez
2023-05-01It is obviousJuan J. Martinez
2023-05-01Typos, formattingJuan J. Martinez
2023-05-01Added licenceJuan J. Martinez
2023-05-01Formatting, wordingJuan J. Martinez
2023-05-01Initial importJuan J. Martinez