From f0d4a9b0f36ff7d471cd44c85b555df1fe5bb9b8 Mon Sep 17 00:00:00 2001 From: Anachronaut <75824887+RealBusinessAccount@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:50:43 -0400 Subject: [PATCH] Update SplitBit Assembler Manual.md --- SplitBit Assembler Manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SplitBit Assembler Manual.md b/SplitBit Assembler Manual.md index 19cb4c0..cab306f 100644 --- a/SplitBit Assembler Manual.md +++ b/SplitBit Assembler Manual.md @@ -8,9 +8,9 @@ Special Keywords are denoted with hash marks, '#'. The Keywords are #Include, #P Literal values may be defined in a few ways. Numerical values must be within the range of a single 8 bit integer. The assembler will accept: - - Hexadecimal values prefaced with 0x, eg. 0x00, 0x7F. - - Decimal values prefaced with 0d, eg. 0d0, 0d120, 0d255. - - Strings enclosed in double qoutes, eg. "a", "Hello, World!", "It is dark, you are likely to be eaten by a grue." +- Hexadecimal values prefaced with 0x, eg. 0x00, 0x7F. +- Decimal values prefaced with 0d, eg. 0d0, 0d120, 0d255. +- Strings enclosed in double qoutes, eg. "a", "Hello, World!", "It is dark, you are likely to be eaten by a grue." Labels may be a string of up to 32 alphanumeric characters that must end with a colon, ':'.