summaryrefslogtreecommitdiff
path: root/cpu/instructions/bitwise (unfollow)
Commit message (Expand)AuthorFilesLines
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