aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove TODO, that's probably better done on the .tal sideBad Diode2023-08-311-2/+0
|
* Make sure keyboard is consistently coloredBad Diode2023-08-314-10/+31
|
* Fix issue with bank switchingBad Diode2023-08-313-6/+8
|
* Add new changes to screen deo functionBad Diode2023-08-311-23/+19
|
* Fix bank switchingBad Diode2023-08-313-4/+5
|
* Fix dup(2kr) and ovr(2kr) behaviourBad Diode2023-08-316-39/+79
|
* Update READMEBad Diode2023-08-301-2/+2
|
* Remove previous uxn coreBad Diode2023-08-305-719/+291
|
* Fix audio and file indexingBad Diode2023-08-301-4/+5
|
* Reenable soundBad Diode2023-08-301-6/+2
|
* Add file device callbacksBad Diode2023-08-301-7/+76
|
* Ensure we are not executing zero vectorsBad Diode2023-08-303-5/+67
|
* Add back controller supportBad Diode2023-08-302-7/+7
|
* Fix dei behaviour by properly mapping u16 when neededBad Diode2023-08-302-95/+218
|
* Add back input handling functionBad Diode2023-08-304-253/+290
|
* Fix deo ops and add system and screen deo/dei funcsBad Diode2023-08-303-215/+226
|
* Prepare for initial eval timing benchmarkBad Diode2023-08-303-53/+34
|
* Fix jmp and nip instructionsBad Diode2023-08-301-29/+29
|
* Fix k mode instructionsBad Diode2023-08-303-264/+268
|
* Fix DEI/DEO not saving stack pointersBad Diode2023-08-302-24/+111
|
* Fix signed issue with immediate jump opsBad Diode2023-08-292-11/+16
|
* Fix jmi, jsi, jci behaviourBad Diode2023-08-291-3/+3
|
* Fix strh operations on the return stackBad Diode2023-08-292-152/+154
|
* Test and fix DEO with (DEI/DEO2 et al still incorrect)Bad Diode2023-08-292-9/+21
|
* Add OPkr instructions (untested)Bad Diode2023-08-291-276/+784
|
* Add OPk functions (untested)Bad Diode2023-08-292-74/+587
|
* Add OPr ops (untested)Bad Diode2023-08-292-208/+716
|
* Add dei functionsBad Diode2023-08-292-172/+218
|
* Fix DEO to work consistently with existing deo_fnBad Diode2023-08-292-46/+92
|
* Add initial implementation of DEO/DEO2Bad Diode2023-08-292-7/+113
|
* Add immediate jump operations jci/jmi/jsiBad Diode2023-08-292-10/+46
|
* Add div/div2 instructionsBad Diode2023-08-292-12/+40
|
* Add jsr/jsr2 instructionsBad Diode2023-08-292-22/+36
|
* Add conditional jumps jcn/jcn2Bad Diode2023-08-292-1/+15
|
* Add JMP instructionBad Diode2023-08-292-2/+9
|
* Add absolute store instructions sta/sta2Bad Diode2023-08-282-9/+27
|
* Add absolute load instructions lda/lda2Bad Diode2023-08-282-8/+23
|
* Add relative store str/str2 opsBad Diode2023-08-282-8/+29
|
* Add load operations ldr/ldr2Bad Diode2023-08-282-21/+42
|
* Add zero-page load/store LDZ/STZ opsBad Diode2023-08-282-34/+131
|
* Add sft operationsBad Diode2023-08-282-4/+23
|
* Added logic operations and, or, eorBad Diode2023-08-282-262/+295
|
* Replace recurring patterns with macrosBad Diode2023-08-282-162/+133
|
* Add equ, neq, gth, lth instructionsBad Diode2023-08-282-12/+94
|
* Add swp, rot, dup, ovr instructionsBad Diode2023-08-282-3/+67
|
* Add nip instructionsBad Diode2023-08-282-17/+35
|
* Implement INC instructions and fix add/sub/mul behaviourBad Diode2023-08-282-18/+34
|
* Add multiply instructionsBad Diode2023-08-282-42/+35
|
* Adjust add/sub instructions slightlyBad Diode2023-08-275-1060/+1053
|
* Add the `add2, sub2, litr, lit2r` opsBad Diode2023-08-272-125/+136
|