diff options
author | Attila Veghelyi <works@veghelyiattila.hu> | 2025-06-09 17:25:22 +0200 |
---|---|---|
committer | Attila Veghelyi <works@veghelyiattila.hu> | 2025-06-09 17:25:22 +0200 |
commit | a047db1259d3822b554d300ecc48fb2052bfc849 (patch) | |
tree | 87f05bec0b981ab40b24cd887d860b66cad57bd1 /instructions.h | |
parent | 0259dec75bd7b43b0d74fe90ad061f74b5177c86 (diff) | |
download | OpenProgrammer-a047db1259d3822b554d300ecc48fb2052bfc849.tar.gz OpenProgrammer-a047db1259d3822b554d300ecc48fb2052bfc849.zip |
Diffstat (limited to 'instructions.h')
-rw-r--r-- | instructions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/instructions.h b/instructions.h index bb96aa0..487d78e 100644 --- a/instructions.h +++ b/instructions.h @@ -66,7 +66,7 @@ #define uWTX 0x3C //+1+NB #define uWRX 0x3D //+1B ->+1+NB #define SIX_LONG 0x3E //+3B -#define SIX_N 0x3F //+1+3NB ->1B +#define SIX_N 0x3F //+1+3NB #define OW_RESET 0x40 // ->1B #define OW_WRITE 0x41 //+1+NB #define OW_READ 0x42 //+1B ->1+NB @@ -75,7 +75,7 @@ #define SET_PORT_DIR 0x45 //+2B #define READ_B 0x46 // ->1B #define READ_AC 0x47 // ->1B -#define AT_HV_RTX 0x48 //+1+NB ->1B +#define AT_HV_RTX 0x48 //+1+2NB ->1B #define SIX_LONG5 0x49 //+3B #define LOAD_PC 0x50 //+2B 011101 #define LOAD_DATA_INC 0x51 //+2B 100010 |