Hi All, I could use some help with a programming assignment due for one of my classes. Here is the assignment: (we are using a MIPS simulator, not sure which...
I've been trying to gain entry to the SVGA video modes for interrupt 10H, function 4F02H. Although it may work for other computers, I have already tried ...
I was using the ADS1.2 eval version. Unfortunately my backup got curropted and the CD is not working. Its "Data2.cab" file is corrupted . Now i need an...
I just began learning asm. I know there are different kind of assembler-tasm, nasm. I downloaded A86, but is it a good choise for a beginner who have a good...
helo friends i am a newbie in assembly but i want to inquire where can i get some very good assembly tutorials for newbies which teach u the basics.. any help...
hi to you too, the best thing i can offer is to try a search for "assembly tutorials" on google.com or whatever search engine you prefer.. you'll find more...
I have to make a presentation on "why a programmer should learn assembly language" Anybody who already did some work on this topic or some related topic will...
Well, I would have to say: 1. To know how the machine operates and how a particular language of choice gets translated into asm in order to write more...
Alex Parshikov
parahumanoid@...
Sep 3, 2002 4:48 am
524
hello there, i m new on this list, i m new on Assembly language, i dont have any idea of it how to and where to start, i m the basic programmer of VB and C++. ...
Assembly is NOT a difficult language. It's more tedious than most HLLs because it's more atomized and requires you to know the hardware you're working with....
Alex Parshikov
parahumanoid@...
Sep 7, 2002 6:28 pm
526
It was a great help. I've searched (google) many times and somehow missed this site. Thanks, owen __________________________________________________ Do You...
This group just was infected with the new albanian virus called ALBAN2002. As we are not quite into computers yet so the virus is manual. We must demand you: ...
There are plenty of ~ssholes to go around... I imagine everyone got one of these:*************************************************This group just was infected...
About a year ago, somebody in this Yahoo! Group or in another Group introduced us to the Opengamer Game Development Community (www.opengamer.com). Within a few...
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...