I am trying to learn to use assembly and am trying to make a fuction to
draw a pixel to unsigned char far *double buffer using an external
assembly function. and i cant get it to work right. This i...
http://www.experts-exchange.com/Programming/Languages/C/Q_10009835.html
Zones:
CDate Answered: 05/08/1997 Grade: C Views: 0
what I want to know is can I use assembly language in win95? If so, are there limitations?(such as can't use the mouse int) if not, then what would be the equivalent in windows?
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10017258.html
I want to compare 2 memory blocks using the following function:
function ByteComp(ptr1,ptr2:pointer;length:integer):boolean;assembler;
asm
push ds
push edi
push esi
mov ax,ds
mov ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10067305.html
How can I call windowsAPI functions in Assembler?
PLease give me a program fully written in asm for windows(e.g. create a window and show a message box)
thank tou!
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10108186.html
Iam looking for tasm.exe & Tlink.exe and can't find them through the net ...help me.
http://www.experts-exchange.com/Hardware/Misc/Q_10161508.html
Zones:
HardwareDate Answered: 05/21/1999 Grade: A Views: 0
When I run this it says that the program performed an illegal operation. I know that there are better ways to accomplished the below but I am just learing and trying to follow along in the book so...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10169222.html
Zones:
C++Date Answered: 06/14/1999 Grade: A Views: 0
i have a senario where i want to treat all my numeric values as characters but still do all the arithmetic operations on that character data which basically comprises of numbers. i also do not want...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10245586.html
Zones:
C++Date Answered: 12/14/1999 Grade: B Views: 0
Please show me the code which is runable with the following criteria
code the program to input the string, character by character using pop and push, push it one by one in a variable, then pop ...
http://www.experts-exchange.com/Programming/Misc/Q_10319538.html
Zones:
ProgrammingDate Answered: 06/08/2000 Grade: A Views: 0
Can you help me with this assembly language code, I couldn't figure out what's wrong with it, this is an assigment due on 04/27/2000.
Source file: PRG8.X68
Assembled on: 00-04-20 at: 16:16:34
...
http://www.experts-exchange.com/Programming/Misc/Q_10331815.html
Zones:
ProgrammingDate Answered: 05/08/2000 Grade: C Views: 0
did anyone know where i can download this assembler software?
Karen.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10707781.html