mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
13 lines
112 B
NASM
13 lines
112 B
NASM
;PZU
|
|
name "2-channel copy"
|
|
|
|
left IO
|
|
right IO
|
|
|
|
macs left,left,$40,$40
|
|
macs right,right,$40,$40
|
|
|
|
end
|
|
|
|
|
|
|