Fix typo in memory address
parent
4f9882fe4c
commit
7a74f39d38
|
@ -28,7 +28,7 @@ In order to conserve space and simplicity, only the 8-bit code type identifier a
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
- 00006500 00000312
|
- 00006500 00000312
|
||||||
- Will write byte 0x12 to 80006500, 80006501, 80006502, 800067503.
|
- Will write byte 0x12 to 80006500, 80006501, 80006502, 80006503.
|
||||||
- 02006500 00011234
|
- 02006500 00011234
|
||||||
- Will write halfword 0x1234 to 80006500, 80006502.
|
- Will write halfword 0x1234 to 80006500, 80006502.
|
||||||
- 05006500 12345678
|
- 05006500 12345678
|
||||||
|
|
Loading…
Reference in New Issue