mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-16 05:04:18 +00:00
11 lines
152 B
Rust
11 lines
152 B
Rust
|
|
pub enum PayloadType {
|
|
Nothing,
|
|
Register,
|
|
RegisterAddress,
|
|
AddressRegister,
|
|
TwoRegisters,
|
|
ThreeRegisters,
|
|
FourRegisters,
|
|
}
|