decode (recquire tests)

This commit is contained in:
Baptiste
2022-10-19 17:23:41 +02:00
parent 9748b0f2dc
commit cfb0a8e176
2 changed files with 78 additions and 45 deletions

View File

@ -2,5 +2,5 @@ mod decode;
fn main() {
let instr = decode::decode(98);
println!("Hello, world!");
println!("Hello, world! opcode : {}", instr.opcode);
}