summaryrefslogtreecommitdiff
path: root/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: It is 2023Andrew Yu2023-06-161-2/+2
* 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-115-0/+47
* Fix subtract parameter ordering, add .gitignore for active nanoTest_User2023-06-102-2/+2
* Fix definition for MRTest_User2023-05-141-1/+1
* Define instructions' parameter formatTest_User2023-04-291-0/+31
* Define booting (mostly), fix reference in OFRTest_User2023-04-296-1/+27
* Clearly define addressing translation, add some default segments, remove read...Test_User2023-04-282-1/+13
* Put task-related instructions into instructions/, get rid of the term "proces...Test_User2023-04-267-14/+75
* Add iret* instructionsTest_User2023-04-264-1/+43
* Fill in some exceptionsTest_User2023-04-264-15/+22
* Fix one ) placement, fix exception conditionTest_User2023-04-261-2/+2
* Add less-braindead paging idea as an optional feature (incomplete)Test_User2023-03-193-0/+27
* 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
* All general-purpose registers can be used for integer arithmatic or floating-...Test_User2023-01-211-11/+6
* Add hardware task switching, get rid of software interruptsTest_User2023-01-0511-34/+103
* more segments, fewer addresses (and 64-bit mode is outgrown... use 128-bit mode)Test_User2023-01-031-6/+6
* 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-162-0/+10
* Added incomplete instruction set overview, fixed some other stuffTest_User2022-11-147-6/+48
* added basics for exceptions (incomplete)Test_User2022-10-085-9/+54
* Add basic CPU-related ideas.Test_User2022-10-0714-0/+192