Open
Description
in
Lines 929 to 944 in e854c34
it seems that the trap only stops printing when it encounters a 0x0000. however, the specification says that:
A character string consisting of an odd
number of characters to be written will have x00 in bits [15:8] of the memory
location containing the last character to be written.
in my interpretation, it sounds like the trap should stop when it has encountered a 0x0000, or it should print the first byte, and if the second byte is 0x00, it should stop, otherwise it should print it too. but this does not align with your implementation. i wonder whether it is a bug or my interpretation is wrong?
Metadata
Metadata
Assignees
Labels
No labels