** How do we access the sound card, so that we can directly send data to it? And please dont use win32 assembling..lets do it in plain simple DOS assembly.. ...
... http://webster.cs.ucr.edu/Page_win32/0_win32asm.html Check it out. The author is a college professor. The book/s is available online and/or you can...
Thanks for the welcome. I hope to find some knowledge and help in this group. I am new to the assembly world, but I plan on growing up very quickly. See you ...
Hello all members ! I was having some confusion regarding the IMUL Instruction. For MUL Instruction, the Carry Flag is set when the ah for 8-bit operand (of...
Can someone help me AND these two hex numbers together AE12 E3 The problem I am having is that one number has 16 bits and the other has 8 and I don't know if I...
He's ANDing them, not ADDing. :) ... From: "Sami Ullah" <samiulahkhan@...> To: <assemblyassist@yahoogroups.com> Sent: Thursday, February 20, 2003 6:30 AM...
Alexander Parshikov
parahumanoid@...
Feb 22, 2003 6:33 am
566
They cannot be ANDed becoz both the operand must be of the same same size. You will need to zero extend/sign extend the 8-bit value to its 16-bit equivalent...
Dear all, hi, i have to solve an assembly problem and i need ur hints that may make things easier as i'm a newbie in assembly and this is my first assignment ...
Dear all, hi, i have to solve an assembly problem and i need ur hints that may make things easier as i'm a newbie in assembly and this is my first assignment ...
hi rania, my problem is that,i want assemly program which is as follow, print alphabates and on pressing "enter" key , the program will terminate, i hope u...
Hi! I need some help... I'm new to assembly, and I got a homework that I cannot do. If someone can help me with it... plz do so! Here are the problems: 1) ...
Depends on the question. Just ask the question; I will do my best to help you. ... From: "hina naqvi" <hina_naqvi19@...> To:...
Alexander Parshikov
parahumanoid@...
Mar 17, 2003 7:08 am
574
QUESTION; print alphabates and on pressing enter progaram will terminate ... _________________________________________________________________ The new MSN 8:...
hi hina , here is the code mov dl, 65 ; put initial value in dl corrsponding to character "A" Start: mov ah, 2 ; START LOOP. ah = 2 int 21h ; interrupt...
I think this informatin will not suffice. I am trying to make a small Operating System for which i have prepared the boot loader by writing to Sector 0 of...
to the best of my knowledge, all 1MB of memory is yours to play with, freely in real-address mode. If you're in DOS, use DOS 21H interrupt for this, if you're...
Alexander Parshikov
parahumanoid@...
Mar 25, 2003 8:41 am
579
Hi everyone! My name is Andre', I'm a programmer from Brazil and this is my first post the group. My question is: how does the CPU handles and unindentified...
Come give this massive site a try. http://www.CasualSexAds.net/landing.asp?afl=TMSN You have 3 days to give this a look over. Then after 3 days if you wish to...
There is now a public forum for users of the "Go" tools (comprising free assembler for Windows programming, linker, resource compiler and debugger). You can...
I have read that TI-83's have a binary-hex-dec conversion function. I lost the manual for the calculator and the TI web site is like a bowl of angel hair pasta...