2 ; Ullrich von Bassewitz, 2003-04-18
4 ; unsigned char __fastcall__ ser_get (char* b);
5 ; /* Get a character from the serial port. If no characters are available, the
6 ; * function will return SER_ERR_NO_DATA, so this is not a fatal error.
12 .include "ser-kernel.inc"
18 stx ptr1+1 ; Save pointer to char
19 jmp ser_get ; Call the driver