wrote instruction logic, just need a new assembler now :)

This commit is contained in:
2026-03-04 04:38:11 +00:00
parent 1672732431
commit fb2e734a2f
9 changed files with 469 additions and 431 deletions
+1
View File
@@ -1,4 +1,5 @@
pub enum Interrupt {
PageFault,
ProtectionFault,
Generic(u8),
}