aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 0.2.1HEAD0.2.1masterGravatar Peter McGoron 2023-03-022-2/+2
|
* add missing breakGravatar Peter McGoron 2023-03-021-0/+1
|
* 0.2.00.2.0Gravatar Peter McGoron 2023-02-252-1/+3
|
* add db overwriteGravatar Peter McGoron 2023-02-252-1/+14
|
* test repeat dbGravatar Peter McGoron 2023-02-251-0/+11
|
* export creole_decode; add db testGravatar Peter McGoron 2023-02-257-200/+75
|
* get rid of unused lablenGravatar Peter McGoron 2023-02-211-4/+9
|
* add data parsingGravatar Peter McGoron 2023-02-212-3/+22
|
* test many jumpsGravatar Peter McGoron 2023-02-201-0/+19
|
* add label parser that can deal with forward jumps; all tests passGravatar Peter McGoron 2023-02-202-112/+138
|
* adjust python assembler to new APIGravatar Peter McGoron 2023-02-186-92/+97
|
* add data, remove labels and make jumps absoluteGravatar Peter McGoron 2023-02-182-187/+145
|
* add version defines0.1.0Gravatar Peter McGoron 2023-02-121-0/+4
|
* add licenseGravatar Peter McGoron 2023-02-127-1/+93
|
* README.md: updateGravatar Peter McGoron 2023-02-121-4/+9
|
* test allGravatar Peter McGoron 2023-02-122-5/+8
|
* syscall testGravatar Peter McGoron 2023-02-122-2/+28
|
* more loop testsGravatar Peter McGoron 2023-02-122-1/+55
|
* add immediate signed and unsigned testsGravatar Peter McGoron 2023-02-122-13/+48
|
* add mov and unconditional jumpGravatar Peter McGoron 2023-02-122-13/+46
|
* documentationGravatar Peter McGoron 2023-02-122-34/+112
|
* add pseudoinstructions that compile to regular instructionsGravatar Peter McGoron 2023-02-125-104/+147
|
* jump testsGravatar Peter McGoron 2023-02-115-12/+98
|
* rename idiv to sdivGravatar Peter McGoron 2023-02-114-9/+9
|
* add signed division IDIVGravatar Peter McGoron 2023-02-115-38/+140
|
* more testGravatar Peter McGoron 2023-02-111-12/+30
|
* add stack overflow and underflow testsGravatar Peter McGoron 2023-02-112-16/+51
|
* more add testsGravatar Peter McGoron 2023-02-112-12/+76
|
* comments and negative immediatesGravatar Peter McGoron 2023-02-114-15/+64
|
* enable compiling and add compile testGravatar Peter McGoron 2023-02-114-71/+163
|
* test popGravatar Peter McGoron 2023-02-092-2/+56
|
* change instructions to be an enumGravatar Peter McGoron 2023-02-092-25/+25
|
* add compile t estGravatar Peter McGoron 2023-02-096-50/+133
|
* test refactoringGravatar Peter McGoron 2023-02-083-15/+88
|
* python ffi: test parsingGravatar Peter McGoron 2023-02-087-73/+65
|
* move testsGravatar Peter McGoron 2023-02-074-6/+6
|
* move pythonGravatar Peter McGoron 2023-02-072-1/+1
|
* add label testGravatar Peter McGoron 2023-02-071-0/+19
|
* more asm testGravatar Peter McGoron 2023-02-072-2/+9
|
* assembler: refactor and start testsGravatar Peter McGoron 2023-02-072-36/+93
|
* asm.py: renameGravatar Peter McGoron 2023-02-071-0/+0
|
* asm.py: writeGravatar Peter McGoron 2023-02-071-10/+25
|
* start assemblerGravatar Peter McGoron 2023-02-072-0/+116
|
* fix parse_special_byte functionGravatar Peter McGoron 2023-02-072-2/+2
|
* test encode and decodeGravatar Peter McGoron 2023-02-073-22/+82
|
* test_encode_decode: add messagesGravatar Peter McGoron 2023-02-071-0/+3
|
* openmp parallelized encoding testingGravatar Peter McGoron 2023-02-074-111/+192
|
* fixing precedence issue in testGravatar Peter McGoron 2023-02-072-30/+18
|
* encodeGravatar Peter McGoron 2023-02-073-24/+263
|
* prototype bytecode interpreterGravatar Peter McGoron 2023-02-058-0/+1827