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