Forum: Assembly Apr 7th, 2009 |
| Replies: 1 Views: 319 Hey guys,
I am writing a program which reads in 2 floating point numbers from file and write the output to a file. The multiply part is very easy, but I can't seem to figure out how to write f loat... |
Forum: Assembly Mar 31st, 2009 |
| Replies: 0 Views: 785 Hi guys,
I know whene we shift left, MSB is moved into carry flag. Is it possible to store the value in carry flag into a variable? What i want to is, multiply the bit in carry flag by some number.... |
Forum: Assembly Mar 8th, 2009 |
| Replies: 0 Views: 1,041 Hi guys,
I am kinda confused on how to read integers from a file, named input. txt.
Here is what i have:
TITLE MASM Template (main.asm)
INCLUDE Irvine32.inc
.data
fileName db... |