XRDW0
Usage
Wait a key from the keyboard
Example
    .include "telestrat.inc"
    BRK_KERNEL XRDW0
    ; When a key is pressed, A contains the ascii of the value
    rts
See cgetc macro from orix-sdk to use it
Wait a key from the keyboard
    .include "telestrat.inc"
    BRK_KERNEL XRDW0
    ; When a key is pressed, A contains the ascii of the value
    rts
See cgetc macro from orix-sdk to use it