Forum: Assembly Mar 4th, 2005 |
| Replies: 1 Views: 12,471 not done assembly for a while but...
in the array loop if you have a flag for odd / even and XOR it every time the loop goes round it will switch from odd to even. Then test the flag to see... |
Forum: Assembly Jan 8th, 2005 |
| Replies: 9 Views: 5,686 yes thats the one, though if you need a windows app a high level language might be easier. then if you grab its compiled assembly...... |
Forum: Assembly Jan 6th, 2005 |
| Replies: 9 Views: 5,686 as another interesting point, you CAN use standard asm statmements and link the C++ libraries in, calling the functions like normal asm! There also is a specialised win32 library for asm out there... |
Forum: Assembly Dec 28th, 2004 |
| Replies: 9 Views: 5,686 which library...... if you KNOW how to input and output to files you wont need any library as the interrupt can be set sufficiently to do anything with a file... |
Forum: Assembly Dec 27th, 2004 |
| Replies: 1 Views: 3,469 have had a look at the options and id say 1 or 3 would be easier, but if you are struggling you should see the teacher. if you post code you are working on then we can help you! :) |
Forum: Assembly Dec 27th, 2004 |
| Replies: 9 Views: 5,686 depends WHAT assembly you want to learn. Last time I used MASM you could assemble quite a few instruction sets. I presume you need to learn the x86 instruction set as its the most widely used by far.... |