0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Jun 09, 2025 — Jun 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Makefile wasn't working on latest Ubuntu More... over 14 years ago
added a new instruction, OP_PUSHC for push constant, and removed some dumb comments i encountered along the way More... over 14 years ago
cleaning up some warnings More... over 14 years ago
Merge pull request #2 from gr3mlin/patch-1 More... almost 15 years ago
Added -g god mode explanation to stdout program help. /gr3mlin More... almost 15 years ago
adding a quit option to the vm More... almost 15 years ago
A GPL license so you can share and expand to your, and everyone else's, heart's desire\! More... almost 15 years ago
major revision and refactoring. disassembler added. multiple bug fixes More... almost 15 years ago
fixing error in allocating memory for strings in lexer More... about 15 years ago
more descriptive error for parameter_lists for debugging purposes More... about 15 years ago
fixed a bug in null-terminated strings More... about 15 years ago
strings are now null-terminated More... about 15 years ago
fixed bug in lexer for string handling More... about 15 years ago
byte pointer memory operations for assembler More... about 15 years ago
byte pointer memory operations More... about 15 years ago
fixing bug for constant handling More... about 15 years ago
updating makefile for assembler More... about 15 years ago
adding more instructions to debug_instruction More... about 15 years ago
vm now keeps track of number of instructions executed More... about 15 years ago
bubble sort implementation now takes advantage of memory definitions in assembler More... about 15 years ago
added header files as object code dependencies More... about 15 years ago
more space on the parser stack for non-terminals. 16 item limit increased to 64 to make way for parameter lists in memory definitions More... about 15 years ago
memory definitions implemented. lots of changes to support memory definitions, including new instructions and parser rules More... about 15 years ago
updated makefile More... about 15 years ago
added support for hexadecimal constants and fixed show-stopper memory bug in tokenizing strings More... about 15 years ago
cleaning up label.h More... about 15 years ago
difficult to define behavior in label.c has been cleaned up and commented More... about 15 years ago
adding memory_definition.c for keeping track of memory definitions, or links between labels and parameter lists More... about 15 years ago
using strtol(char *, NULL, 0) instead of atoi() to handle constants in lexer More... about 15 years ago
added string handling and db keyword to lexer More... about 15 years ago