Commit Briefs

e67a488d7d Witcher01

more README (main)


add1b745a5 Witcher01

added TODOs in README



8660646dc4 Witcher01

added instruction SNE for regs


62fe7ccb10 Witcher01

fixed instruction matching bug



7a1da51f6f Witcher01

added added LD and ADD


0d6ca1e880 Witcher01

added instruction SE for regs


06470645ca Witcher01

extracted variables, fixed indexing for registers


1f507d0a40 Witcher01

added instruction SNE + fixed SE bug



188a4b42e7 Witcher01

added instruction SE


0a7f71f876 Witcher01

added instruction CALL


0867526a43 Witcher01

added instruction JP


99fe3efb3e Witcher01

added RET instruction



ebf97be247 Witcher01

removed enum, save program in memory

removed the previously added enum to instead store the program in memory. this is to avoid complications with addressing memory later in, which could be tedious when representing instructions as enums. no readability should have been lost if all the instructions are documented when decoded.


5210a85ad5 Witcher01

basic instruction stuff



e4b3bdecac Witcher01

from_u8_rgb + formatting


6d3901c2bb Witcher01

switched from sdl2 to minifb


abc43c6d7d Witcher01

added README


369e31c26c Witcher01

initial commit