regs.h.al= (unsigned char)status;
regs.x.dx = (unsigned char)status1;
int86(0x21,®s,®s);
}
1D
Define LINE Character in Terminal Mode
Entry parameters:
AH = 1DH
BH = 5
AL = 0 – 255
; ASCII character
Return Value: None
Example
:
void TT_line_terminal(unsigned char status)
{
regs.h.ah= 0x1D;
regs.h.bh= 5;
regs.h.al = status;
int86(0x21,®s,®s);
}
Summary of Contents for PT600
Page 1: ...PT600 Portable Terminal Programming Reference Guide Document number 3506000120...
Page 7: ......
Page 16: ......
Page 20: ...regs h bh 5 regs h al unsigned char type regs h bl unsigned char status int86 0x21 regs regs...
Page 57: ......
Page 66: ...Host Command STX ESC CMD parameters CS1 CS2 ADDR Acknowledgement ACK Negative ACK NAK...