Skip to content
Snippets Groups Projects
Verified Commit e58ffb01 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: removed unused code

parent 8e454eb1
No related branches found
No related tags found
No related merge requests found
Pipeline #932 passed
use core::time;
use std::thread;
use crate::cpu::Cpu;
pub const INSTRUCTIONS: [(fn(&mut Cpu), u8, &'static str); 256] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment