Commits
- Commit:
e67a488d7d925621f64a6b63c3ef36ba3552e62e- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
more README
- Commit:
add1b745a56591b99ad089d0a965815784210dd0- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added TODOs in README
- Commit:
dce524c1691c419987ce7a2f2e66a62ddc001baa- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added the rest of the instructions (not all are implemented)
- Commit:
8660646dc4d56e97f36595433b5c5737b8fcedb4- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added instruction SNE for regs
- Commit:
62fe7ccb10e71b355420d3fced24ad4d88998dc7- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
fixed instruction matching bug
- Commit:
6a1ef6ce40bd2354eac59bd4cf402267f8f0add9- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added instruction beginning with 0x8, mainly basic arithmetic
- Commit:
7a1da51f6f97b298b9e252a0bcccff3b28805636- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added added LD and ADD
- Commit:
0d6ca1e880abde21d60fbe69b4fb6cca1f7b8fae- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added instruction SE for regs
- Commit:
06470645cac3260a904d9ef8316c94143054bbab- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
extracted variables, fixed indexing for registers
- Commit:
1f507d0a4020fb4e7670371d6f047ca0ee5d09cd- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added instruction SNE + fixed SE bug
- Commit:
830b524dd8e1b18caf0e5e3237a6b04e8a5be715- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
incrementing pc per instruction to have better control
- Commit:
188a4b42e70bce44d0e2caf07da2462c0bc40d20- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added instruction SE
- Commit:
0a7f71f87659d462e65e5bd93676f449a510572d- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added instruction CALL
- Commit:
0867526a43a25c34561967b854d40ce32ab6d174- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added instruction JP
- Commit:
99fe3efb3ea80a426968ccbb29a2e513727e7e83- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added RET instruction
- Commit:
1330705f656258baa1b66d240e18e73f0a38165d- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
instantiate stack with 0 length but 16 capacity, removing stack pointer
- Commit:
ebf97be247eb7e27b2df1adf663ae48c9accd391- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
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.
- Commit:
5210a85ad5036c3aff9bbcc757763582d5bea59a- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
basic instruction stuff
- Commit:
00098d83918691e91c4ecd0f18bd9e542c5ce9a1- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
changed arrays to vecs, video driver only holds vec
- Commit:
e4b3bdecac0878c575ac410513582983b59f82eb- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
from_u8_rgb + formatting
- Commit:
6d3901c2bbb03cab82d3a67555738bc84dd7faa2- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
switched from sdl2 to minifb
- Commit:
abc43c6d7d366a2302622d0583b8348ab1707df9- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
added README
- Commit:
369e31c26c9374e7cf42c9de7a59ef2862441b46- From:
- Witcher01 <witcher01+github@posteo.net>
- Date:
initial commit
