aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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