summaryrefslogtreecommitdiff
path: root/cpu/interrupts/execution.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-29Define booting (mostly), fix reference in OFRTest_User6-1/+27
2023-04-28Clearly define addressing translation, add some default segments, remove read...Test_User2-1/+13
2023-04-26Put task-related instructions into instructions/, get rid of the term "proces...Test_User7-14/+75
2023-04-26Add iret* instructionsTest_User4-1/+43
2023-04-26Fill in some exceptionsTest_User4-15/+22
2023-04-26Fix one ) placement, fix exception conditionTest_User1-2/+2
2023-03-19Add less-braindead paging idea as an optional feature (incomplete)Test_User3-0/+27
2023-03-19Add data transfer instructionsTest_User5-0/+44
2023-02-16Add bitwise instructionsTest_User10-0/+94
2023-02-16Finish adding basic arithmetic instructionsTest_User6-0/+68
2023-02-15Use parameter size, not current CPU modeTest_User1-2/+6
2023-02-15Make conditional stuff work nicelyTest_User3-78/+32
2023-02-15Add more instructionsTest_User7-0/+74
2023-02-13Rewrite/improve conditional instructionsTest_User4-46/+26
2023-01-21All general-purpose registers can be used for integer arithmatic or floating-...Test_User1-11/+6
2023-01-05Add hardware task switching, get rid of software interruptsTest_User11-34/+103
2023-01-03more segments, fewer addresses (and 64-bit mode is outgrown... use 128-bit mode)Test_User1-6/+6
2022-11-22Started listing instructions, improved cpu readability of format A a littleTest_User6-2/+73
2022-11-17More VLIW format ideasTest_User1-1/+19
2022-11-16Dynamic VLIW definition continued, fixed another missing thingTest_User2-0/+10
2022-11-14Added incomplete instruction set overview, fixed some other stuffTest_User7-6/+48
2022-10-08added basics for exceptions (incomplete)Test_User5-9/+54