Sound Blaster 16: Difference between revisions

m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
m (Reverted edits by Klakap (talk) to last revision by Mishatheosmaker)
m (Bot: Replace deprecated source tag with syntaxhighlight)
Line 150:
 
==Code==
<sourcesyntaxhighlight lang="asm">
%macro OUTB 2
mov dx, %1
Line 196:
 
;now transfer start - don't forget to handle irq
</syntaxhighlight>
</source>
 
==QEMU support==