Forum: Assembly Sep 29th, 2009 |
| Replies: 6 Views: 513 Hello.
I have an assignment to make a procedure that will end a task. The manual from the university isn't quite clear about how this works. So mainly i have this problem: How does a procedure end a... |
Forum: Assembly Sep 25th, 2009 |
| Replies: 2 Views: 717 Hey guys.
I want to read from a file created by me from a specific position. But i don't know how to move the file cursor.
TITLE ep1
.MODEL SMALL
... |