forked from AbleOS/holey-bytes
xyzzy
This commit is contained in:
parent
942839a5f8
commit
eb46b24a10
|
@ -122,6 +122,7 @@ macro_rules! gen_opcodes {
|
||||||
|
|
||||||
paste::paste! {
|
paste::paste! {
|
||||||
#[derive(Clone, Copy, Debug)]
|
#[derive(Clone, Copy, Debug)]
|
||||||
|
#[repr(u8)]
|
||||||
pub enum Op { $(
|
pub enum Op { $(
|
||||||
[< $mnemonic:lower:camel >](super::[<Ops $ty>]),
|
[< $mnemonic:lower:camel >](super::[<Ops $ty>]),
|
||||||
)* }
|
)* }
|
||||||
|
|
Loading…
Reference in a new issue