First post, by wiebermensch
At http://ourworld.compuserve.com/homepages/Rocc … zo/rutils20.zip
I downloaded sample programs.
I executed UTILS\playrsb.exe
I disassembled it like this:
Debug playrsb.exe laserzap.rsb
and... guess what!
It is very strange!! It doesn't contain any DSP intializing code!!
It contains only one OUT instruction:
55) push bp
8BEC) mov bp, sp
8B5606) mov dx, [bp+06]
8A4608) mov al , [bp+08]
EE) out dx, al (OUT 022C,08)
B400) mov ah, 00
5D) pop bp
CB) retf
I searched the web, but I still don't know what DSP command 08 means. Do you guys have some idea?
I consulted next sites:
http://faculty.petra.ac.id/irwankj/ap2/sb16doc.html
http://the.earth.li/~tfm/oldpage/sb_dsp.html
http://www.chez.com/titan/DriversLinux/SBlive/hwmnl.pdf