mirror of
https://github.com/hazemKrimi/hack-assembler.git
synced 2026-05-01 18:20:28 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
pub enum Instruction {
|
||||
AInstruction {
|
||||
decimal: String
|
||||
},
|
||||
CInstruction {
|
||||
dest: String,
|
||||
comp: String,
|
||||
jump: String
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user