0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jun 20, 2024 — Jun 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CPU updated to support rest of integer comparison instructions More... over 10 years ago
Assembler supports rest of integer comparison instructions (and got refactored a little bit) More... over 10 years ago
BPAPI now supports rest of integer comaprison instructions More... over 10 years ago
Added startswithchunk() function to string support lib More... over 10 years ago
Updated README with information about sample/ programs More... over 10 years ago
Added more sample code to run on the machine More... over 10 years ago
CPU supports IDEC More... over 10 years ago
Assembler supports IDEC More... over 10 years ago
Added sample code to show basic integer operation support More... over 10 years ago
CPU supports IMUL and IDIV More... over 10 years ago
Assembler supports IMUL and IDIV More... over 10 years ago
CPU supports IADD and ISUB More... over 10 years ago
Assembler supports IADD and ISUB instructions More... over 10 years ago
Fixed debugging output in bpapi and assembler More... over 10 years ago
Changed sample files layout More... over 10 years ago
Fixed CPU debug message for print instruction More... over 10 years ago
Added BUGS file More... over 10 years ago
Added another sample code More... over 10 years ago
Updated Makefile More... over 10 years ago
Instructions separated into different files More... over 10 years ago
Updated CPU file layout More... over 10 years ago
Updated README More... over 10 years ago
It is possible to show debugging output in CPU and assembler by script with just DEBUG_WUDOO=1 More... over 10 years ago
Fixed some include errors (which were caused by new layout) More... over 10 years ago
Adjusted Makefile and build/ directory to new layout More... over 10 years ago
Preparations to make CPU file separation more granular More... over 10 years ago
PRINT instruction now reuses code from ECHO More... over 10 years ago
"Hello World!" example works once again More... over 10 years ago
CPU now executes BSTORE and ECHO instructions More... over 10 years ago
Assembler can now insert BSTORE and ECHO instructions More... over 10 years ago