Add support for clr instruction
This commit is contained in:
@@ -37,6 +37,7 @@ data Op = Nop -- 0x00
|
||||
| Ld -- 0x15
|
||||
| In -- 0x16
|
||||
| Out -- 0x17
|
||||
| Clr -- 0x18
|
||||
deriving (Eq, Ord, Enum, Show, Read, Bounded)
|
||||
|
||||
empty :: VM
|
||||
|
||||
Reference in New Issue
Block a user