From 7b143ab000fdf70e5b93cada880bd70ab552fd3c Mon Sep 17 00:00:00 2001 From: n loewen Date: Tue, 29 Aug 2023 21:28:01 -0400 Subject: [PATCH] (docs) readme - Update info on numeric types in assembly --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f0555c9..902a21d 100644 --- a/readme.md +++ b/readme.md @@ -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