more opcodes implemented

This commit is contained in:
Daniel Bauer
2019-12-27 00:06:57 +01:00
parent c9e74e00f4
commit 0388a6ba24
3 changed files with 322 additions and 131 deletions

View File

@@ -4,7 +4,7 @@ use failure::{Error};
use std::fmt;
use std::fmt::{Debug,Display};
#[derive(Debug)]
#[derive(Debug,PartialEq)]
pub enum AddrMode {
IMP,
IMM,