aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-05-08Support read from the screenJuan J. Martinez
2023-05-08Clarify that .equ assings an immediate to a labelJuan J. Martinez
2023-05-06Better formatJuan J. Martinez
2023-05-06It is a feature!Juan J. Martinez
2023-05-06Implement hardware blitterJuan J. Martinez
2023-05-05ConsistencyJuan J. Martinez
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-04Include PNG images as dataJuan J. Martinez
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-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-01Missing wordJuan J. Martinez
2023-05-01It is obviousJuan J. Martinez
2023-05-01Typos, formattingJuan J. Martinez
2023-05-01Formatting, wordingJuan J. Martinez
2023-05-01Initial importJuan J. Martinez