Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parraman committed Sep 6, 2021
1 parent 1790650 commit e45f055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/directives.rst
Expand Up @@ -22,7 +22,7 @@ characters. In the case of a single character, the initial value stored will
correspond to the ASCII code of the character encoded in single quotes (``''``). In the
case of an array, the values corresponding to the ASCII codes of those encoded
between double quotes (``""```) will be encoded. If you want to encode a numeric value
explicitly within the array, you must do it using the escape combination ``\x``.
explicitly within the array, you must do it using the escape code ``\x``.

+-----------------------------------+------------------------------------------------------------------+
| Directive | Result |
Expand All @@ -48,7 +48,7 @@ space. This operand can only be of numeric type.

+---------------------+-----------------------------------------------+
| Directive | Result |
+============================+========================================+
+=====================+===============================================+
| ``DW var1, 2048`` | Reserseves two bytes with values {0x80, 0x00} |
+---------------------+-----------------------------------------------+
| ``DW var2, 0x1FFF`` | Reserseves two bytes with values {0x1F, 0xFF} |
Expand Down

0 comments on commit e45f055

Please sign in to comment.