Advertisement

1 - 10 of 161 containing alltags:("asm") (0 seconds)
In MSVC 4.1 I can write the following code       __asm {             jb 0x01             jb 0xf9       } If however I put it into a macro:- #define OB3 __asm { \       jb 01 \       jb 0xf9 \ } and then use the macro in my code:- OB...
Zones: C++Date Answered: 09/25/1998 Grade: A Views: 0
Hi! Recently, I asked a question how to read/write I/O ports under Win95. I got the answer, and I tried to improve the necessary GetPort/SetPort routines to be pure ASM routines. While doing this...
Zones: Delphi Programming, Delphi .NetDate Answered: 10/27/1998 Grade: B Views: 0
Hi, I need to write a function using the bios. The function will record all the characters that are typed in untill the user presss enter. I already have a few ideas, but I am looking for a better ...
Zones: CDate Answered: 02/23/2002 Grade: A Views: 0
I have an LST file which I want to change to just assembly code, not with the hex numbers at the left hand side.  How can I change the lst back to asm?  Or how can I just get the code out of it and...
Zones: C++Date Answered: 10/15/2000 Grade: C Views: 0
Actually, more of a challenge. http://www.experts-exchange.com/jsp/qManageQuestion.jsp?ta=assembly&qid=20272901 Write it in C/C++ and I'll compile with full optimization and test your code ag...
Zones: C++Date Answered: 04/05/2002 Grade: A Views: 0
What would be the algorith to figure if an interger is even or not? That is an ASM algo please. thanks
Zones: AssemblyDate Answered: 03/29/2002 Grade: A Views: 0
Recently I got a windows xp pro disk. I made a partition and let it go through all it's usual preparation stuff!! Then suddenly as it was about to install the operating system I got a fatal error ...
Zones: Operating SystemsDate Answered: 12/11/2002 Grade: B Views: 366
hey guys, i need an assembly program that retrieves a value from memory and prints it to a screen. i am not using an assembler, i am using the microsoft visual c++ compiler to embedd my assembly...
Zones: AssemblyDate Answered: 05/07/2003 Grade: A Views: 0
i have this computer i get from a friend and i try to install the windows xp pro ,first of all the configuration on the computer: 13gb hdd(IDE 1 master) pIII 500mhz 384mb sdram cd-rom(IDE 2 m...
Zones: Operating SystemsDate Answered: 01/13/2004 Grade: A Views: 37
Hi, Can someone please help me to write this program. The program should allow the user to enter two unsigned hex numbers from 0 to ffffh and display the sum in hex. Program should be able to handl...
Zones: AssemblyDate Answered: 02/14/2004 Grade: A Views: 0