some instructions have code and tests

This commit is contained in:
2025-06-30 13:55:35 -04:00
parent 9e0e8b5910
commit d97774e97b
4 changed files with 188 additions and 13 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ impl RomChip for At28C256 {
#[cfg(test)]
mod test {
use crate::mos6502cpu::SIZE_1KB;
use crate::constants::constants_system::SIZE_1KB;
use super::*;
#[test]