ft: abstract and implement ADD::* interpretation
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
use core::fmt;
|
||||
use std::ffi::{c_uchar, c_ushort};
|
||||
|
||||
use crate::operands::{Byte, Word};
|
||||
use crate::operands::Byte;
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
pub type c_long = i32; // we use a a.out with 32 byte
|
||||
|
||||
Reference in New Issue
Block a user