Hi All I'm new to assembly. I have read somewhere that most BIOSes load the boot sector of the floppy into the address 0000:7C00h but some others do not. Is...
Hi, I was wondering whether we can get assemblers for the latest processors like P 4, P 3 Xeon, Itanium, etc. Is it available for free? I am interested in...
In short what you are asking is how to write a C++ compiler! First start reading the 8086 assembly, then find out what are byte strings and how they are...
If you are writing a USB driver for any device first you need to understnad how the USB works. Its not like your serial or parallel port where you call some...
Sorry to disappoint you pal but you are late!:) Any operating system worth its name does it automatically! You wont even get a chance at BAD sectors! Ram mohan...
... virii ... to ... There is an interesting article titled "Reverse Engineering Hostile Code" by Joe Stewart That I found at slashdot.org it talks about the ...
Boy, I'm gonna have a good one for somebody. I have an assignment, which is a program to emulate a child's game of marbles (or something like that). I have...
}{ello to all members, I need help from U all If u have made a projrct in assembly (any type of project with very small OR with very big SCOPE) plz mail me. ...
Hi all me and and my friends working now in our project and we need help in one point talking with parallel port& execute a program in our assembly program ...
Hi, in my program i need to execute a part of my code after about every 10ms, my problem is that 10ms must be 10ms no matter of motherboard or cpu, so using...
Shine Technologies is running a survey on the adoption and use of Agile Methodologies and processes in the IT industry. If you have heard of, investigated or...
** 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 ...