progress: new assembler works, instruction set fully implemented with call/ret and push/pop, bf.dsa works which means the dsa assembly language works reliably. still a few bugs to fix. might be able to squeeze out a tiny bit more performance
This commit is contained in:
+2
-1
@@ -73,7 +73,8 @@ subi <sr1: Reg> <dst: Reg> <imm: u16>
|
||||
|
||||
// Misc
|
||||
nop (zero/do nothing)
|
||||
int <imm: u6>
|
||||
int <imm16: u16>
|
||||
irt
|
||||
hlt
|
||||
|
||||
// Atomic
|
||||
|
||||
Reference in New Issue
Block a user