CALL APEEK
Contents |
Effect
Returns the value read from a byte of the MSX-AUDIO Sample RAM.
Syntax
CALL APEEK(<Address>,<Variable>)
Parameter
<Address> must be in the range 0000h~7FFFh. If you try to read to read an higher value, this instruction will work like PEEK and read the computer RAM.
<Variable> is a numeric variable that will contain the value read from the concerned RAM.
Example
CALL APEEK(&H7000,A):PRINT A
Related to
PEEK, POKE, CALL APOKE, CALL AUDREG