CALL APOKE
This page was last modified 23:31, 1 June 2023 by Mars2000you.

Contents

Effect

Writes a value to a byte of the MSX-AUDIO Sample RAM.

Syntax

CALL APOKE(<Address>,<Value>)

Parameter

<Address> must be in the range 0000h~7FFFh. If you try to read to read an higher value, this instruction will work like POKE and write to the computer RAM.

<Value> is a decimal number between 0 and 255. It can also be a numeric expression.

Example

CALL APOKE(&H7000,A)

Related to

PEEK, POKE, CALL APEEK, CALL AUDREG

Compatibility

MSX-AUDIO BASIC