decode (recquire tests)
This commit is contained in:
@ -2,5 +2,5 @@ mod decode;
|
||||
|
||||
fn main() {
|
||||
let instr = decode::decode(98);
|
||||
println!("Hello, world!");
|
||||
println!("Hello, world! opcode : {}", instr.opcode);
|
||||
}
|
||||
|
Reference in New Issue
Block a user