Topic : The ATARI Compendium
Author : Scott Sanders / JAY Software
Version : 1.25 (20/6/2003)
Subject : Documentation
Nodes : 1117
Index Size : 32614
HCP-Version : 6
Compiled on : Atari
@charset : UTF-8
@lang : en
@default :
@help : %About
@options : +g -i -t4 +y +z
@width : 100
View Ref-FileIkbdws() XBIOSSyntaxVOID Ikbdws( len, buf )
WORD len;
CHAR *buf;
Function Ikbdws() writes the contents of a buffer to the intelligent
keyboard controller.
Opcode 25 (0x19)
Availability All TOSversions.
Parameters This function writes len + 1 characters from buffer buf to
the IKBD.
Binding pea buf
move.w len,-(sp)
move.w #$19,-(sp)
trap #14
addq.l #8,sp