Forum: Assembly Mar 31st, 2009 |
| Replies: 2 Views: 825 EDIT:
Using NASM with the 80x86
I get this error
"Comma or End of Line Expected" on these lines
mov bx , offset Array ;store start of array in bx |
Forum: Assembly Mar 31st, 2009 |
| Replies: 2 Views: 825 Hi everyone,
got a slight problem. trying to make a program that takes the users input and puts it into a string untill it detects a CR character then outputs the string, i've made a start but i'm... |