aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
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-311-1/+3
|
* Fix issue with bank switchingBad Diode2023-08-311-2/+0
|
* Fix bank switchingBad Diode2023-08-311-1/+1
|
* Fix dup(2kr) and ovr(2kr) behaviourBad Diode2023-08-311-2/+7
|
* Update READMEBad Diode2023-08-301-2/+2
|
* Remove previous uxn coreBad Diode2023-08-301-315/+22
|
* 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-301-5/+62
|
* Add back controller supportBad Diode2023-08-301-2/+3
|
* Fix dei behaviour by properly mapping u16 when neededBad Diode2023-08-301-95/+25
|
* Add back input handling functionBad Diode2023-08-301-46/+53
|
* Fix deo ops and add system and screen deo/dei funcsBad Diode2023-08-301-210/+209
|
* Prepare for initial eval timing benchmarkBad Diode2023-08-301-29/+32
|
* Fix k mode instructionsBad Diode2023-08-301-22/+25
|
* Fix DEI/DEO not saving stack pointersBad Diode2023-08-301-24/+24
|
* Fix signed issue with immediate jump opsBad Diode2023-08-291-10/+10
|
* Fix strh operations on the return stackBad Diode2023-08-291-148/+150
|
* Test and fix DEO with (DEI/DEO2 et al still incorrect)Bad Diode2023-08-291-9/+8
|
* Add OPk functions (untested)Bad Diode2023-08-291-1/+0
|
* Add OPr ops (untested)Bad Diode2023-08-291-1/+0
|
* Add dei functionsBad Diode2023-08-291-53/+68
|
* Fix DEO to work consistently with existing deo_fnBad Diode2023-08-291-41/+49
|
* Add initial implementation of DEO/DEO2Bad Diode2023-08-291-3/+40
|
* Add immediate jump operations jci/jmi/jsiBad Diode2023-08-291-4/+12
|
* Add div/div2 instructionsBad Diode2023-08-291-3/+5
|
* Add jsr/jsr2 instructionsBad Diode2023-08-291-22/+26
|
* Add conditional jumps jcn/jcn2Bad Diode2023-08-291-1/+5
|
* Add JMP instructionBad Diode2023-08-291-2/+4
|
* Add absolute store instructions sta/sta2Bad Diode2023-08-281-3/+4
|
* Add absolute load instructions lda/lda2Bad Diode2023-08-281-8/+10
|
* Add relative store str/str2 opsBad Diode2023-08-281-2/+6
|
* Add load operations ldr/ldr2Bad Diode2023-08-281-21/+25
|
* Add zero-page load/store LDZ/STZ opsBad Diode2023-08-281-13/+53
|
* Add sft operationsBad Diode2023-08-281-4/+9
|
* Added logic operations and, or, eorBad Diode2023-08-281-2/+10
|
* Replace recurring patterns with macrosBad Diode2023-08-281-22/+25
|
* Add equ, neq, gth, lth instructionsBad Diode2023-08-281-12/+32
|
* Add swp, rot, dup, ovr instructionsBad Diode2023-08-281-3/+15
|
* Add nip instructionsBad Diode2023-08-281-16/+24
|
* Implement INC instructions and fix add/sub/mul behaviourBad Diode2023-08-281-3/+10
|
* Add multiply instructionsBad Diode2023-08-281-42/+18
|
* Adjust add/sub instructions slightlyBad Diode2023-08-271-683/+18
|
* Add the `add2, sub2, litr, lit2r` opsBad Diode2023-08-271-16/+33
|
* Testing barebones uxn_eval implementation in ASMBad Diode2023-08-271-368/+438
|
* Add frame time and FPS calculation to profiling macrosBad Diode2023-04-221-3/+14
|
* Disable profiling by defaultBad Diode2023-04-211-1/+3
|
* Fix a bug with the 2bpp renderingBad Diode2023-04-201-2/+2
|