(docs) readme - Update info on numeric types in assembly

This commit is contained in:
n loewen 2023-08-29 21:28:01 -04:00
parent 866f553346
commit 7b143ab000
1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,8 @@ Put differently: it starts executing instructions at the address contained in `$
LDA * ; `*` is a special label referencing the memory address
; 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
## Cardiograph memory map