mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
16 lines
199 B
NASM
16 lines
199 B
NASM
name "volLR"
|
|
|
|
|
|
include "emu_constants.asm"
|
|
volLR control #1,0,#1
|
|
|
|
inl IO
|
|
inr IO
|
|
outl equ inl
|
|
outr equ inr
|
|
|
|
macs outl,inl.o,inl,volLR
|
|
macs outr,inr.o,inr,volLR
|
|
end
|
|
|
|
|