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-FileMidiws() XBIOS
Syntax
VOID Midiws( count, buf )
WORD count;
char *buf;
Function Midiws() outputs a data buffer to the MIDI port.
Opcode 12 (0x0C)
Availability All TOS versions.
Parameters count + 1 characters are written from the buffer pointed to
by buf.
Binding pea buf
move.w count,-(sp)
move.w #$0C,-(sp)
trap #14
addq.l #8,sp