| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 0.2.1HEAD0.2.1master | 2023-03-02 | 2 | -2/+2 | |
| * | add missing break | 2023-03-02 | 1 | -0/+1 | |
| * | 0.2.00.2.0 | 2023-02-25 | 2 | -1/+3 | |
| * | add db overwrite | 2023-02-25 | 2 | -1/+14 | |
| * | test repeat db | 2023-02-25 | 1 | -0/+11 | |
| * | export creole_decode; add db test | 2023-02-25 | 7 | -200/+75 | |
| * | get rid of unused lablen | 2023-02-21 | 1 | -4/+9 | |
| * | add data parsing | 2023-02-21 | 2 | -3/+22 | |
| * | test many jumps | 2023-02-20 | 1 | -0/+19 | |
| * | add label parser that can deal with forward jumps; all tests pass | 2023-02-20 | 2 | -112/+138 | |
| * | adjust python assembler to new API | 2023-02-18 | 6 | -92/+97 | |
| * | add data, remove labels and make jumps absolute | 2023-02-18 | 2 | -187/+145 | |
| * | add version defines0.1.0 | 2023-02-12 | 1 | -0/+4 | |
| * | add license | 2023-02-12 | 7 | -1/+93 | |
| * | README.md: update | 2023-02-12 | 1 | -4/+9 | |
| * | test all | 2023-02-12 | 2 | -5/+8 | |
| * | syscall test | 2023-02-12 | 2 | -2/+28 | |
| * | more loop tests | 2023-02-12 | 2 | -1/+55 | |
| * | add immediate signed and unsigned tests | 2023-02-12 | 2 | -13/+48 | |
| * | add mov and unconditional jump | 2023-02-12 | 2 | -13/+46 | |
| * | documentation | 2023-02-12 | 2 | -34/+112 | |
| * | add pseudoinstructions that compile to regular instructions | 2023-02-12 | 5 | -104/+147 | |
| * | jump tests | 2023-02-11 | 5 | -12/+98 | |
| * | rename idiv to sdiv | 2023-02-11 | 4 | -9/+9 | |
| * | add signed division IDIV | 2023-02-11 | 5 | -38/+140 | |
| * | more test | 2023-02-11 | 1 | -12/+30 | |
| * | add stack overflow and underflow tests | 2023-02-11 | 2 | -16/+51 | |
| * | more add tests | 2023-02-11 | 2 | -12/+76 | |
| * | comments and negative immediates | 2023-02-11 | 4 | -15/+64 | |
| * | enable compiling and add compile test | 2023-02-11 | 4 | -71/+163 | |
| * | test pop | 2023-02-09 | 2 | -2/+56 | |
| * | change instructions to be an enum | 2023-02-09 | 2 | -25/+25 | |
| * | add compile t est | 2023-02-09 | 6 | -50/+133 | |
| * | test refactoring | 2023-02-08 | 3 | -15/+88 | |
| * | python ffi: test parsing | 2023-02-08 | 7 | -73/+65 | |
| * | move tests | 2023-02-07 | 4 | -6/+6 | |
| * | move python | 2023-02-07 | 2 | -1/+1 | |
| * | add label test | 2023-02-07 | 1 | -0/+19 | |
| * | more asm test | 2023-02-07 | 2 | -2/+9 | |
| * | assembler: refactor and start tests | 2023-02-07 | 2 | -36/+93 | |
| * | asm.py: rename | 2023-02-07 | 1 | -0/+0 | |
| * | asm.py: write | 2023-02-07 | 1 | -10/+25 | |
| * | start assembler | 2023-02-07 | 2 | -0/+116 | |
| * | fix parse_special_byte function | 2023-02-07 | 2 | -2/+2 | |
| * | test encode and decode | 2023-02-07 | 3 | -22/+82 | |
| * | test_encode_decode: add messages | 2023-02-07 | 1 | -0/+3 | |
| * | openmp parallelized encoding testing | 2023-02-07 | 4 | -111/+192 | |
| * | fixing precedence issue in test | 2023-02-07 | 2 | -30/+18 | |
| * | encode | 2023-02-07 | 3 | -24/+263 | |
| * | prototype bytecode interpreter | 2023-02-05 | 8 | -0/+1827 |
