Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-23 | Fix typos (b increases if y overlfows) | Juan J. Martinez | |
2023-05-23 | Fox typo | Juan J. Martinez | |
2023-05-23 | Add cmpi, cmpd, ldi and ldd | Juan J. Martinez | |
2023-05-21 | Add .str directive | Juan J. Martinez | |
2023-05-18 | Formatting, project page | Juan J. Martinez | |
2023-05-12 | We can do 4MIPS fine! | Juan J. Martinez | |
2023-05-12 | Add .ds directive | Juan J. Martinez | |
2023-05-12 | Describe labels and IDs | Juan J. Martinez | |
2023-05-09 | Implelent proper defines | Juan J. Martinez | |
As oppossed to labels to arbitraty addresses. This also prepares the way to support calculated values. | |||
2023-05-08 | Support read from the screen | Juan J. Martinez | |
2023-05-08 | Clarify that .equ assings an immediate to a label | Juan J. Martinez | |
2023-05-06 | Better format | Juan J. Martinez | |
2023-05-06 | It is a feature! | Juan J. Martinez | |
2023-05-06 | Implement hardware blitter | Juan J. Martinez | |
2023-05-05 | Consistency | Juan J. Martinez | |
2023-05-05 | Use the MSB of the index to mark a transparent color | Juan 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-04 | Include PNG images as data | Juan J. Martinez | |
2023-05-03 | CLarify | Juan J. Martinez | |
Basically it gets included at the "address" the directive is parsed. | |||
2023-05-03 | Add .include directive | Juan J. Martinez | |
2023-05-03 | Clarify | Juan J. Martinez | |
2023-05-03 | Add incbin and check memory overflow in output | Juan J. Martinez | |
2023-05-02 | More readable | Juan J. Martinez | |
2023-05-02 | Documented .equ and small improvements | Juan J. Martinez | |
2023-05-01 | Formatting | Juan J. Martinez | |
2023-05-01 | Documented current palette | Juan J. Martinez | |
2023-05-01 | Added the VM player using SDL | Juan J. Martinez | |
- Wired basic functionality (fram-buffer, frame interrupt) - Bug fixes in the assembler | |||
2023-05-01 | Missing word | Juan J. Martinez | |
2023-05-01 | It is obvious | Juan J. Martinez | |
2023-05-01 | Typos, formatting | Juan J. Martinez | |
2023-05-01 | Formatting, wording | Juan J. Martinez | |
2023-05-01 | Initial import | Juan J. Martinez | |