mirror of
https://github.com/FranLMSP/rmg-001.git
synced 2024-11-23 10:12:11 +00:00
Define test for CPU instructions (no tests yet)
This commit is contained in:
parent
f62926a869
commit
1e363187f1
@ -569,4 +569,8 @@ mod tests {
|
||||
registers.set(Register::PC(0b0101010111111111));
|
||||
assert_eq!(registers.get(Register::PC(0)), 0b0101010111111111);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_cpu_instructions() {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user