'*****************************************************************************
'* INT 14H (BIOS) SERIAL PORT SERVICES
'*****************************************************************************

//DEBUG.ON 'uncomment to enable debug messages (can be slow for hi-freq events)

public function EINT_14H as boolean  //TODO

 ?? "[INT 14h] AH=";Hex(cpu.AH,2);"h"

 cpu.AH=0xFF 'error

result=true : end function