0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 22, 2024 — Jun 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Meaningless, just to move the files More... over 10 years ago
Prepare for a bytecode remake More... over 10 years ago
Added some bytecodes More... over 10 years ago
Bytecode enum is now explicitly unsigned More... over 10 years ago
Updated power_of sample program More... over 10 years ago
Sample program to get absolute value of a number uses named registers More... over 10 years ago
Added sample files to test support for named registers More... over 10 years ago
Named registers can be used in all instructions More... over 10 years ago
Fixed AND and OR instructions: they no loger resolve register indexes twice More... over 10 years ago
BUG: comparison and logical instructions do not support short form More... over 10 years ago
Register names can be used in IADD instruction More... over 10 years ago
Function isnum() from string support lib is able to handle negative numbers More... over 10 years ago
Assembler now understands ".name:" asm instructions, test.asm contains sample code using them More... over 10 years ago
Updated Makefile More... over 10 years ago
CPU frontend now notifies about trying to load .asm file into it More... over 10 years ago
Added endswith() function to string support library More... over 10 years ago
Added new entry to the history More... over 10 years ago
Merge branch 'devel' into feature/asm/names More... over 10 years ago
Added some remarks about .name/name asm instruction (kinda like alias for register, would allow to name registers) More... over 10 years ago
Release 0.1.0 More... over 10 years ago
Added history/dev diary file More... over 10 years ago
Fixed: virtual destructor for Object and derived classes, added short docs More... over 10 years ago
Makefile has "-Wall -pedantic" added to CXXFLAGS More... over 10 years ago
Fixed some g++ warnings (wrong order in initializer) and added short docs More... over 10 years ago
Removed ; after namespaces (for -pedantic GNU) More... over 10 years ago
Fixed: a type, signed/unsigned comparisons More... over 10 years ago
Fixed: removed unused variable, added missing return value, signed/unsigned comparison More... over 10 years ago
Fixed signed/unsigned comparisons More... over 10 years ago
Removed unused variable More... over 10 years ago
One more sample script uses marker More... over 10 years ago