Fix missing (hex) in D5 code
This commit is contained in:
parent
5106831ba2
commit
159c1d68a6
@ -372,7 +372,7 @@ void dcode_4()
|
||||
#### Parameters
|
||||
- `A` - Address (x00000-x3ffff)
|
||||
- `C` - Count (1-8192)
|
||||
- `X` - Data
|
||||
- `X` - Data (hex)
|
||||
- `E` - Erase
|
||||
|
||||
#### Notes
|
||||
|
@ -8882,7 +8882,7 @@ Sigma_Exit:
|
||||
#### Parameters
|
||||
- `A` - Address (x00000-x3ffff)
|
||||
- `C` - Count (1-8192)
|
||||
- `X` - Data
|
||||
- `X` - Data (hex)
|
||||
- `E` - Erase
|
||||
|
||||
#### Notes
|
||||
|
Loading…
Reference in New Issue
Block a user