1- what is protected mode? 2- What is a real address mode ? 3- What is the term 'Physical Memory' Means? 4- what does the 'supporting chips' mean? 5- And...
Protected mode - mode central to intel CPUs' power. In p-mode, one has full access to all processor's capabilities. While real-address mode is limited to 1...
Alex Parshikov
parahumanoid@...
Oct 17, 2002 5:23 pm
534
This is not a cracker forum, is it? ... From: "izlemeden" <no_reply@yahoogroups.com> To: <assemblyassist@yahoogroups.com> Sent: Wednesday, October 16, 2002...
Alex Parshikov
parahumanoid@...
Oct 17, 2002 5:24 pm
535
Well I could look in the mirror. Alvin [8*9 Homepage http://ka9qlq.tripod.com/home/ Play the lottery anytime and get FREE Powerball, Texas Lotto, Florida...
I am taking this assembly class and I have a group project of developing a USB printer driver. I dont understand the logical process of the driver are....
In this program, the user must be able to get to 100,000. I have gotten as far as 65536 (the limit of ax), but I do not know where to go from here to get...
create some flag variable and set it to false. (0) While it's false, keep growing until you hit 65534. Then switch your loop counter to 0 and go up to 34463....
Alex Parshikov
parahumanoid@...
Oct 23, 2002 4:59 pm
539
Okay, so when ax goes from 65535 to 00000, I need to jump to a label with this information? Alex Parshikov <parahumanoid@...> wrote:create some flag...
Hi, I'm learning ASM using NASM and would like some help with a few things. My trouble is getting used to the way ASM handles those things which C makes so...
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...