note about newline printing

This commit is contained in:
sejo 2024-03-09 19:04:57 +01:00
parent 9998b8b4f0
commit 9f665ff709
1 changed files with 2 additions and 0 deletions

View File

@ -286,6 +286,8 @@ you can see the hexadecimal values of the ascii characters in the following tabl
=> https://wiki.xxiivv.com/site/ascii.html ascii table
note that sending the newline might or might not be needed for the 'h' to appear in the console, depending on the emulator that is being used.
### raw numbers
note that the raw numbers that we wrote, 0100, 18, 68 and 0a, are written in hexadecimal using either 4 digits corresponding to two bytes, or 2 digits corresponding to one byte.