sound_20and_20envelope_20in_20assembler
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sound_20and_20envelope_20in_20assembler [2018/03/31 13:19] – external edit 127.0.0.1 | sound_20and_20envelope_20in_20assembler [2024/01/05 00:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
=====SOUND and ENVELOPE in assembler===== | =====SOUND and ENVELOPE in assembler===== | ||
- | //by Richard Russell, March 2010//\\ \\ //BBC BASIC for Windows// provides no direct means for an assembly language program to access the **SOUND** or **ENVELOPE** statements. It can be achieved using the technique described in [[/ | + | //by Richard Russell, March 2010//\\ \\ //BBC BASIC for Windows// provides no direct means for an assembly language program to access the **SOUND** or **ENVELOPE** statements. It can be achieved using the technique described in [[/ |
+ | |||
+ | <code bb4w> | ||
DEF PROCassemble | DEF PROCassemble | ||
LOCAL L%, P%, code%, pass% | LOCAL L%, P%, code%, pass% | ||
Line 96: | Line 98: | ||
NEXT pass% | NEXT pass% | ||
ENDPROC | ENDPROC | ||
+ | </ |
sound_20and_20envelope_20in_20assembler.1522502383.txt.gz · Last modified: 2024/01/05 00:16 (external edit)