|
2579d6974c
|
CPU: Added support for CALL, RET and setting the stack pointer
|
2024-02-12 13:43:13 +00:00 |
|
|
800e11be16
|
CPU: Added support for conditional branches, HLT and NOP
|
2024-02-06 23:14:33 +00:00 |
|
|
1dcc69ba50
|
CPU: Added support for the add,sub,sl,sr and cmp instructions
|
2024-02-06 21:53:42 +00:00 |
|
|
5595ea91f2
|
CPU: Created a basic CPU that can run a loop, along with several small bugfixes elsewhere to make it work
|
2024-02-03 22:54:20 +00:00 |
|
|
bd84eb5b2e
|
ASM: Added code to assembler into a binary and fixed some disassembly logic
|
2024-02-03 18:03:37 +00:00 |
|