what is the lastest version of smallc for the 8086
http://www.experts-exchange.com/Programming/Languages/C/Q_10033009.html
Zones:
CDate Answered: 12/17/1997 Rating: 6.4 Views: 0
Can somebody help me with these subroutines ?, i have 2 days to get this done and i just aint getting nowhere, give me C# anyday!!!!
BITS 16 ; Set code generation to 16 bit mode
...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_21402893.html
Zones:
AssemblyDate Answered: 01/10/2006 Rating: 8.4 Views: 0
I and a MCA student and have got assembly 8086 programming in my syllabus but i find it very difficult to understand assembly please suggest an easy way or tutorial so that i would be able to cope ...
http://www.experts-exchange.com/Programming/Misc/Q_20577195.html
Zones:
ProgrammingDate Answered: 10/21/2003 Rating: 7.4 Views: 0
I a witting a assembly program to:
-prompt the user to enter up to 100 bytes of text(inc non alphabetic)
-After text is read in, prompt user for another character string.
-Then search the the ...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_20611044.html
Zones:
AssemblyDate Answered: 02/14/2004 Rating: 7.4 Views: 0
I am trying to make register DI point to the smallest number in the stack wich is stored in register SI
But crashes on me.. can anyone help out?
I am using task tlink and linking it with 2 ot...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_20774627.html
Zones:
AssemblyDate Answered: 10/22/2003 Rating: 3.6 Views: 0
Hi
I dont know even abc of 8086 ASM language. But i want learn some basic fundamentals of it. so that i can write and understand programs like these...
1. Addition of two 16bit numbers: sum 1...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_21410395.html
Zones:
AssemblyDate Answered: 05/19/2005 Rating: 7.2 Views: 396
Hello,
the code I attach should print one below the other, but it doesn't because it doesnt jump to the next line...
¿Can you help me?
Assembly 8086
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_23241311.html
Zones:
AssemblyDate Answered: 03/14/2008 Rating: 9.3 Views: 0
Hy,
Can anyoane help me with a fixed point substraction routine in emu 8086?
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_23436640.html
I need to know how to do the Cocktail sorting in assembly (used to sort arrays)
Am using Virgo to emulator 8086 machine
this is the description i was given
//-------------------------...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_23900019.html
Zones:
AssemblyDate Answered: 11/13/2008 Rating: 8.6 Views: 35
Hey there experts.
I'm trying to learn asm (fasm, to be more specific).
I'm writing a code of factorial counting.
I have a number in a variable and some other variables set up for the multipli...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_24884218.html