summaryrefslogtreecommitdiff
path: root/cpu/instructions/execution_control (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a bunch of fewer-parameter versions of instructions, specify that ↵Test_User2023-06-146-0/+20
| | | | special returns only take effect after other writes complete
* Put task-related instructions into instructions/, get rid of the term ↵Test_User2023-04-264-0/+61
| | | | "process" where "task" was meant
* Add iret* instructionsTest_User2023-04-263-0/+42
|
* Rewrite/improve conditional instructionsTest_User2023-02-132-43/+0
|
* Started listing instructions, improved cpu readability of format A a littleTest_User2022-11-224-0/+64