corrected high byte for high nibble, thanks maleza!

This commit is contained in:
sejo 2021-07-26 12:48:11 -05:00
parent c56be848df
commit e2f9c7debe
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ reading the program from left to right, we can see the following behavior:
and what is the i/o device with address 18?
looking at the devices table from the uxnemu reference, we can see that the device with address 1 in the high byte is the console (standard input and output), and that the column with address 8 corresponds to "write".
looking at the devices table from the uxnemu reference, we can see that the device with address 1 in the high nibble is the console (standard input and output), and that the column with address 8 in the low nibble corresponds to "write".
=> https://wiki.xxiivv.com/site/uxnemu.html uxnemu