|
5e0c990394
|
It is Turing complete! Running the Mandelbrot renderer with the brainfuck interpreter. Improved addressing modes and added CMP immediate with register instruction
|
2023-02-15 03:54:12 +00:00 |
|
|
f4d28cf4c8
|
Added 16bit unaligned register indirect writes, fixed some MOV bugs, clean up code names and data flow
|
2023-02-15 01:28:02 +00:00 |
|
|
85bf886223
|
Improved ALU and added more INC and a DEC instruction
|
2023-02-11 14:43:53 +00:00 |
|
|
fc4ecdb8d2
|
Added HLT instruction, made testbench count total clock cycles and write memdump and fixed reset timing
|
2023-02-10 18:21:19 +00:00 |
|
|
cd918302cc
|
Removed now useless register init code and changed disas command name
|
2023-02-10 15:41:38 +00:00 |
|
|
bba230fbce
|
Added the MOV immediate to register instruction
|
2023-02-10 15:41:04 +00:00 |
|
|
6561018206
|
Made the processor actually little-endian
|
2023-02-10 14:09:08 +00:00 |
|
|
19fcf11f63
|
Still hadn't added all files from the assembler commit. Also fixed .gitignore
|
2023-02-10 13:32:51 +00:00 |
|