used AI to generate documentation. verified all documentation is correct and accurately represents the functionality of the emulator

This commit is contained in:
2026-07-16 20:29:51 +01:00
parent a4d42bdad6
commit a306575cdd
6 changed files with 752 additions and 149 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ pub enum Opcode {
// system
Int = 41,
IRet = 42,
Hlt = 43,
// Acs = 43,
Hlt = 44,
}
impl Opcode {