mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
17 lines
154 B
NASM
17 lines
154 B
NASM
name "3volBUS1"
|
|
|
|
|
|
include "emu_constants.asm"
|
|
;volBUS1 control #1,0,#1
|
|
|
|
inl IO
|
|
inr IO
|
|
in3 IO
|
|
|
|
out equ inl
|
|
|
|
acc3 out,inl,inr,in3
|
|
|
|
end
|
|
|
|
|