summaryrefslogtreecommitdiff
path: root/cpu/instructions (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some parameter types, make parameters a dynamic size without harming cpu ...Test_User2023-06-172-30/+83
* Add a bunch of fewer-parameter versions of instructions, specify that special...Test_User2023-06-1421-0/+178
* Bit of change to parameters, and fixing it to actually say what I meant; more...Test_User2023-06-142-5/+11
* Change instruction format a bit, continue assembler writingTest_User2023-06-121-5/+5
* Explicitly define some more stuffTest_User2023-06-112-3/+3
* Add config-related instructions, specify what happens if an IRQ that isn't ha...Test_User2023-06-114-0/+44
* Fix subtract parameter ordering, add .gitignore for active nanoTest_User2023-06-102-2/+2
* Define instructions' parameter formatTest_User2023-04-291-0/+31
* Put task-related instructions into instructions/, get rid of the term "proces...Test_User2023-04-264-0/+61
* Add iret* instructionsTest_User2023-04-263-0/+42
* Fill in some exceptionsTest_User2023-04-261-1/+1
* Fix one ) placement, fix exception conditionTest_User2023-04-261-2/+2
* Add data transfer instructionsTest_User2023-03-195-0/+44
* Add bitwise instructionsTest_User2023-02-1610-0/+94
* Finish adding basic arithmetic instructionsTest_User2023-02-166-0/+68
* Use parameter size, not current CPU modeTest_User2023-02-151-2/+6
* Make conditional stuff work nicelyTest_User2023-02-153-78/+32
* Add more instructionsTest_User2023-02-157-0/+74
* Rewrite/improve conditional instructionsTest_User2023-02-134-46/+26
* Started listing instructions, improved cpu readability of format A a littleTest_User2022-11-226-2/+73
* More VLIW format ideasTest_User2022-11-171-1/+19
* Dynamic VLIW definition continued, fixed another missing thingTest_User2022-11-161-0/+8
* Added incomplete instruction set overview, fixed some other stuffTest_User2022-11-141-0/+41