0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug in Byte type header More... over 10 years ago
Bytecode programming API supports BSTORE and ECHO instructions More... over 10 years ago
CPU now prints instruction dumps only in debug mode, CPU implements BSTORE and ECHO instructions, added new instruction: ECHO More... over 10 years ago
Added new doc More... over 10 years ago
Updated assembler - now uses a map to get instruction sizes More... over 10 years ago
Updated bytecode header More... over 10 years ago
Updated Makefile More... over 10 years ago
Renamed lib/runner to lib/run More... over 10 years ago
Added header for byte and unsigned byte types More... over 10 years ago
Updated Makefile More... over 10 years ago
Removed sample C++, now sample code is to be written in Tatanka assembly and not directly in bytecode via bytecode programming API More... over 10 years ago
Removed ifbranching sample file (branches are used in loops) More... over 10 years ago
Moved sample loop implementation from C++ to Tatanka assembly code More... over 10 years ago
Implemented *very* simple assembler More... over 10 years ago
Updated Makefile More... over 10 years ago
Small addition to program.h More... over 10 years ago
Updated runner code More... over 10 years ago
String related bytecodes added More... over 10 years ago
Updated .gitignore More... over 10 years ago
Added new directory More... over 10 years ago
Moved main file into a place that makes more sense More... over 10 years ago
Updated gitignore More... over 10 years ago
Bytecode size is now represented as uint16_t More... over 10 years ago
Sample loop implementation now writes compiled bytecode to a dump More... over 10 years ago
Main now acts as the bytecode interpreter More... over 10 years ago
Removed uneeded file More... over 10 years ago
Added information about Tatanka binary files More... over 10 years ago
Added loop implementation to sample More... over 10 years ago
Removed unnecessary prints from bytecode programming API More... over 10 years ago
Added sample code More... over 10 years ago