summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-14LICENSEHEADmasterAutomatic Filter
2023-07-13License clarificationAndrew Yu
2023-06-17Add some parameter types, make parameters a dynamic size without harming cpu ...Test_User
2023-06-16LICENSE: It is 2023Andrew Yu
2023-06-14Add a bunch of fewer-parameter versions of instructions, specify that special...Test_User
2023-06-14Bit of change to parameters, and fixing it to actually say what I meant; more...Test_User
2023-06-12Change instruction format a bit, continue assembler writingTest_User
2023-06-11Explicitly define some more stuffTest_User
2023-06-11Add config-related instructions, specify what happens if an IRQ that isn't ha...Test_User
2023-06-10Fix subtract parameter ordering, add .gitignore for active nanoTest_User
2023-05-14Fix definition for MRTest_User
2023-04-29Define instructions' parameter formatTest_User
2023-04-29Define booting (mostly), fix reference in OFRTest_User
2023-04-28Clearly define addressing translation, add some default segments, remove read...Test_User
2023-04-26Put task-related instructions into instructions/, get rid of the term "proces...Test_User
2023-04-26Add iret* instructionsTest_User
2023-04-26Fill in some exceptionsTest_User
2023-04-26Fix one ) placement, fix exception conditionTest_User
2023-03-19Add less-braindead paging idea as an optional feature (incomplete)Test_User
2023-03-19Add data transfer instructionsTest_User
2023-02-16Add bitwise instructionsTest_User
2023-02-16Finish adding basic arithmetic instructionsTest_User
2023-02-15Use parameter size, not current CPU modeTest_User
2023-02-15Make conditional stuff work nicelyTest_User
2023-02-15Add more instructionsTest_User
2023-02-13Rewrite/improve conditional instructionsTest_User
2023-01-21All general-purpose registers can be used for integer arithmatic or floating-...Test_User
2023-01-05Add hardware task switching, get rid of software interruptsTest_User
2023-01-03more segments, fewer addresses (and 64-bit mode is outgrown... use 128-bit mode)Test_User
2022-11-22Started listing instructions, improved cpu readability of format A a littleTest_User
2022-11-17More VLIW format ideasTest_User
2022-11-16Dynamic VLIW definition continued, fixed another missing thingTest_User
2022-11-14Added incomplete instruction set overview, fixed some other stuffTest_User
2022-10-08added basics for exceptions (incomplete)Test_User
2022-10-07Add basic CPU-related ideas.Test_User