CALL APOKE
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