aboutsummaryrefslogtreecommitdiff
path: root/example.asm
AgeCommit message (Collapse)Author
2023-05-06Save 2 instructionsJuan J. Martinez
2023-05-06Improve comments and refactored turnJuan J. Martinez
2023-05-06Will bounce the wallsJuan J. Martinez
2023-05-06Implement hardware blitterJuan 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-01Blank lineJuan J. Martinez
2023-05-01Added equ to assemblerJuan J. Martinez
To define constants.
2023-05-01Wait longerJuan 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-01Initial importJuan J. Martinez