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-File6.14.1 Bindings for show_mouse TOS Pure-C: void show_mouse( int16_t flag ); Assembler: It is assumed that the intin field has already been entered in the Line-A parameter block. movem.l D0-D2/A0-A2,-(A7) ; Save registers move.l pParamblk,A0 ; Pointer parameter block LINEA move.w (8,A0),A1 ; intin to A1 move.w flag,(A1) ; Flag to intin[0] dc.w $A009 ; Line-A opcode movem.l (A7)+,D0-D2/A0-A2 ; Restore registers