Adding some content to thread
This commit is contained in:
committed by
François Autin
parent
99fc514720
commit
c140830faa
@ -6,6 +6,8 @@ use super::{decode::{Instruction, decode}};
|
||||
use super::global::*;
|
||||
use std::fs::File;
|
||||
|
||||
pub const STACK_REG: usize = 2;
|
||||
|
||||
pub const NUM_INT_REGS: usize = 32;
|
||||
pub const NUM_FP_REGS: usize = 32;
|
||||
|
||||
|
Reference in New Issue
Block a user