Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-05 | More efficient management of filenames | Juan J. Martinez | |
2023-06-05 | n case mstrdup failed, avoid free on NULL | Juan J. Martinez | |
2023-06-05 | Copy the filename to track location | Juan J. Martinez | |
2023-06-05 | Assign fields of the structure | Juan J. Martinez | |
2023-05-25 | Suport for assembly "line" | Juan J. Martinez | |
label: instr ; comment And all are optional. | |||
2023-05-23 | Add cmpi, cmpd, ldi and ldd | Juan J. Martinez | |
2023-05-22 | Simplified | Juan J. Martinez | |
2023-05-22 | wlen wasn't needed | Juan J. Martinez | |
2023-05-22 | Fix line parsing | Juan J. Martinez | |
WIP: needs better error reporting | |||
2023-05-22 | Skip the closing quote | Juan J. Martinez | |
2023-05-21 | Add .str directive | Juan J. Martinez | |
2023-05-12 | Read immediate into imm | Juan J. Martinez | |
2023-05-12 | Check for overflow | Juan J. Martinez | |
2023-05-12 | Add .ds directive | Juan J. Martinez | |
2023-05-12 | Use string hashes | Juan J. Martinez | |
2023-05-11 | Remove whitespace | Juan J. Martinez | |
2023-05-11 | Equivalent code | Juan J. Martinez | |
2023-05-11 | Equivalent code | Juan J. Martinez | |
2023-05-11 | Fix dw immediate | Juan J. Martinez | |
2023-05-09 | More sensible check | 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-06 | Implement hardware blitter | Juan J. Martinez | |
2023-05-06 | Fixes port parsing and r3 | Juan J. Martinez | |
2023-05-05 | Ammend the comment | Juan J. Martinez | |
It is values not indexes what we match. | |||
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-05 | Fixes parsin and improves error reporting | Juan 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-04 | Make the stb_image implementation a C module | Juan J. Martinez | |
2023-05-04 | Make index zero any RGB value not found in the palette | Juan J. Martinez | |
Mask TBD | |||
2023-05-04 | Include PNG images as data | Juan J. Martinez | |
2023-05-03 | Add .include directive | Juan J. Martinez | |
2023-05-03 | Add incbin and check memory overflow in output | Juan J. Martinez | |
2023-05-01 | Added equ to assembler | Juan J. Martinez | |
To define constants. | |||
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 | Added licence | Juan J. Martinez | |
2023-05-01 | Initial import | Juan J. Martinez | |