Adding some content to thread

This commit is contained in:
Quentin Legot
2023-03-01 15:45:49 +01:00
parent 792497b14c
commit 77e6d74b3b
5 changed files with 34 additions and 6 deletions

View File

@ -4,6 +4,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;