mirror of
https://github.com/ArthurFerreira2/puce6502.git
synced 2025-02-22 09:28:59 +00:00
Update puce6502.c
This commit is contained in:
parent
753946cc76
commit
e91cbebc12
@ -42,8 +42,9 @@ extern uint8_t softSwitches(uint16_t address, uint8_t value);
|
|||||||
|
|
||||||
struct Operand {
|
struct Operand {
|
||||||
uint8_t code;
|
uint8_t code;
|
||||||
|
uint8_t value;
|
||||||
|
uint16_t address;
|
||||||
bool setAcc;
|
bool setAcc;
|
||||||
uint16_t value, address;
|
|
||||||
} ope;
|
} ope;
|
||||||
|
|
||||||
struct Register {
|
struct Register {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user