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-FileCauxin()Cauxis()Cauxos()Bconout()Cauxout() GEMDOSSyntaxVOID Cauxout( ch )
WORD ch;
Function Cauxout() outputs a character to GEMDOS handle 2, normally
the 'aux:' device.
Opcode 4 (0x04)
Availability All GEMDOSversions.
Parameters ch is a WORD value, however, only the lower eight bits are
sent. The upper eight bits must be 0.
Binding move.w #ch,-(sp)
move.w #4,-(sp)
trap #1
addq.l #4,sp
Caveats This function can cause flow control to fail when GEMDOS handle 2 is directed to 'aux:'. In addition, some 'C'
compilers use this function as a standard error device. It
is therefore recommended that Bconout() be used in place of
this function.
See Also Cauxin(), Cauxis(), Cauxos(), Bconout()