[pcr] address checks in Program counter

This commit is contained in:
2024-02-18 09:57:10 +05:30
parent 2f0228eccb
commit 8df1da1d17
3 changed files with 42 additions and 8 deletions

View File

@@ -2,4 +2,4 @@ pub mod cpu;
pub mod mmu;
pub mod ram;
pub mod iomem;
mod program_counter;
pub mod program_counter;