0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added test for using integers as conditions in BRANCH instructions More... over 10 years ago
Fixed FLTE instruction - assembler was inserting wrong bytecode for it More... over 10 years ago
Added sample programs for floats More... over 10 years ago
Added tests for floats More... over 10 years ago
Fix: float comparison instructions create booleans More... over 10 years ago
Fix: CPU now recognizes full range of float instructions More... over 10 years ago
Fixed map of three int-op instructions in assembler frontend More... over 10 years ago
Writing new tests is less error prone More... over 10 years ago
Fixed header guard in string type header More... over 10 years ago
Assembler recognises float instructions More... over 10 years ago
Bytecode geenration API supports float unstructions More... over 10 years ago
Fixed includes in float CPU instructions file More... over 10 years ago
CPU now implements float related instructions More... over 10 years ago
CPU now implements FADD instruction More... over 10 years ago
Assembler now gives better error message (it tells you that a three int-op instruction is not bound to a bytecode generating function), this also fixes a bug with FADD instruction More... over 10 years ago
Bytecode generation API supports FADD instruction More... over 10 years ago
Assembler now recognizes FADD instruction More... over 10 years ago
CPU will now recognize FADD instruction More... over 10 years ago
Added float instructions into opcode list and maps More... over 10 years ago
Merge branch 'devel' into feature/issue/7/floats More... over 10 years ago
Floats can be stored More... over 10 years ago
Added missing #include More... over 10 years ago
Fixed header guard in float type header More... over 10 years ago
Fixed Makefile for new type More... over 10 years ago
Added float type to CPU More... over 10 years ago
Fixed opcode size map for fstore More... over 10 years ago
Removed unwanted commented code More... over 10 years ago
Added str::isfloat() function to string support lib More... over 10 years ago
Release 0.2.3 More... over 10 years ago
Merge branch 'feature/issue/13/function-return-values' into devel This merge closes #13 More... over 10 years ago