diff options
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 |