| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add db overwrite | 2023-02-25 | 1 | -0/+13 | |
| * | test repeat db | 2023-02-25 | 1 | -0/+11 | |
| * | export creole_decode; add db test | 2023-02-25 | 1 | -0/+10 | |
| * | add data parsing | 2023-02-21 | 1 | -0/+6 | |
| * | test many jumps | 2023-02-20 | 1 | -0/+19 | |
| * | add label parser that can deal with forward jumps; all tests pass | 2023-02-20 | 1 | -62/+36 | |
| * | adjust python assembler to new API | 2023-02-18 | 1 | -17/+10 | |
| * | add license | 2023-02-12 | 1 | -0/+13 | |
| * | syscall test | 2023-02-12 | 1 | -0/+17 | |
| * | more loop tests | 2023-02-12 | 1 | -0/+54 | |
| * | add immediate signed and unsigned tests | 2023-02-12 | 1 | -11/+31 | |
| * | add mov and unconditional jump | 2023-02-12 | 1 | -0/+22 | |
| * | add pseudoinstructions that compile to regular instructions | 2023-02-12 | 1 | -2/+2 | |
| * | jump tests | 2023-02-11 | 1 | -0/+16 | |
| * | rename idiv to sdiv | 2023-02-11 | 1 | -5/+5 | |
| * | add signed division IDIV | 2023-02-11 | 1 | -29/+80 | |
| * | more test | 2023-02-11 | 1 | -12/+30 | |
| * | add stack overflow and underflow tests | 2023-02-11 | 1 | -7/+42 | |
| * | more add tests | 2023-02-11 | 1 | -9/+73 | |
| * | comments and negative immediates | 2023-02-11 | 1 | -0/+11 | |
| * | enable compiling and add compile test | 2023-02-11 | 1 | -34/+9 | |
| * | test pop | 2023-02-09 | 1 | -1/+55 | |
| * | change instructions to be an enum | 2023-02-09 | 1 | -5/+5 | |
| * | add compile t est | 2023-02-09 | 1 | -9/+35 | |
| * | test refactoring | 2023-02-08 | 1 | -7/+49 | |
| * | python ffi: test parsing | 2023-02-08 | 1 | -0/+8 | |
| * | move python | 2023-02-07 | 1 | -0/+42 |
