mirror of
https://github.com/FranLMSP/rmg-001.git
synced 2026-08-03 08:40:04 -04:00
Define test for CPU instructions (no tests yet)
This commit is contained in:
@@ -569,4 +569,8 @@ mod tests {
|
||||
registers.set(Register::PC(0b0101010111111111));
|
||||
assert_eq!(registers.get(Register::PC(0)), 0b0101010111111111);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_cpu_instructions() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user