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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10083863.html
Zones:
C++Date Answered: 09/25/1998 Rating: 9.6 Views: 9
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10092666.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C/Q_10217563.html
Zones:
CDate Answered: 02/23/2002 Rating: 6.2 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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11553338.html
Zones:
C++Date Answered: 10/15/2000 Rating: 7.6 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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20280145.html
Zones:
C++Date Answered: 04/05/2002 Rating: 7.0 Views: 0
What would be the algorith to figure if an interger is even or not? That is an ASM algo please.
thanks
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_20282583.html
Zones:
AssemblyDate Answered: 03/29/2002 Rating: 7.0 Views: 0
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...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_20584883.html
Zones:
AssemblyDate Answered: 05/07/2003 Rating: 7.6 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...
http://www.experts-exchange.com/OS/Miscellaneous/Q_20597397.html
Zones:
Misc OSDate Answered: 01/13/2004 Rating: 8.6 Views: 0
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...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_20610282.html
Zones:
AssemblyDate Answered: 02/14/2004 Rating: 7.2 Views: 0
Okay....I'd like to know how I can create an ASM file in Visual C++. I don't know if I have to create a different kind of file (like a C source maybe?), or do something else.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20673950.html
Zones:
C++Date Answered: 01/25/2004 Rating: 7.2 Views: 0