Topic : TOS - The Operating System
Author :
Version : tos.hyp (December 19, 2008)
Subject : Programmieren/Atari
Nodes : 3010
Index Size : 93790
HCP-Version : 5
Compiled on : Atari
@charset : atarist
@lang :
@default : Title
@help :
@options : +g -i -s +x +zz -t4
@width : 70
View Ref-File4.16.5 Ikbdws TOS Name: »write string to keyboard« - Program the keyboard chip.
Opcode: 25
Syntax: void Ikbdws( int16_t count, const int8_t *ptr );
Description: The XBIOS routine Ikbdws passes a string to the
intelligent keyboard controller. The following apply:
Parameter Meaning
count Number of bytes to be output - 1
ptr Pointer to the bytes in memory
Return value: The function does not return a result.
Availability: All TOS versions.
Group: Interface programming See also: Binding