(docs) readme - Update info on numeric types in assembly
This commit is contained in:
parent
866f553346
commit
7b143ab000
|
|
@ -127,7 +127,8 @@ Put differently: it starts executing instructions at the address contained in `$
|
||||||
LDA * ; `*` is a special label referencing the memory address
|
LDA * ; `*` is a special label referencing the memory address
|
||||||
; where the current line will be stored after assembly
|
; where the current line will be stored after assembly
|
||||||
|
|
||||||
- Hexadecimal numbers are preceded by a `$`
|
- Prefix hexadecimal numbers with `$` (or `0x`)
|
||||||
|
- Prefix binary numbers with `0b`
|
||||||
- Whitespace is ignored
|
- Whitespace is ignored
|
||||||
|
|
||||||
## Cardiograph memory map
|
## Cardiograph memory map
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue