| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | change data to base 10 instead of base 16 | 2023-04-08 | 1 | -2/+2 | |
| * | add more commands | 2023-04-02 | 1 | -1/+9 | |
| * | add waveform disarm | 2023-03-23 | 1 | -1/+2 | |
| * | cloop has 64 bit values | 2023-03-20 | 1 | -2/+2 | |
| * | add upsilon opcodes | 2023-03-02 | 1 | -0/+10 | |
| * | get rid of unused lablen | 2023-02-21 | 1 | -4/+9 | |
| * | add data parsing | 2023-02-21 | 1 | -3/+16 | |
| * | add label parser that can deal with forward jumps; all tests pass | 2023-02-20 | 1 | -50/+102 | |
| * | adjust python assembler to new API | 2023-02-18 | 1 | -21/+57 | |
| * | add license | 2023-02-12 | 1 | -1/+13 | |
| * | more loop tests | 2023-02-12 | 1 | -1/+1 | |
| * | add mov and unconditional jump | 2023-02-12 | 1 | -13/+24 | |
| * | documentation | 2023-02-12 | 1 | -34/+107 | |
| * | add pseudoinstructions that compile to regular instructions | 2023-02-12 | 1 | -51/+79 | |
| * | jump tests | 2023-02-11 | 1 | -2/+11 | |
| * | rename idiv to sdiv | 2023-02-11 | 1 | -1/+1 | |
| * | add signed division IDIV | 2023-02-11 | 1 | -3/+9 | |
| * | add stack overflow and underflow tests | 2023-02-11 | 1 | -9/+9 | |
| * | more add tests | 2023-02-11 | 1 | -3/+3 | |
| * | comments and negative immediates | 2023-02-11 | 1 | -3/+40 | |
| * | change instructions to be an enum | 2023-02-09 | 1 | -20/+20 | |
| * | add compile t est | 2023-02-09 | 1 | -1/+1 | |
| * | test refactoring | 2023-02-08 | 1 | -8/+27 | |
| * | python ffi: test parsing | 2023-02-08 | 1 | -0/+165 |
