Welcome! Log In Create A New Profile

Advanced

Ass 3 - data input

Posted by ShaunGVW 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Ass 3 - data input
June 20, 2007 10:24AM
For ass. 3, I am using Part 1 of the study guide, Appendix B. I have a question regarding user input. On page 47 of the study guide, the 'user' buffer. When get_chars is called, in_buf has been moved into dx. How then in the main program, can "mov dx,user" happen, as this doesn't yet contain the user name, in_buf does! I can understand the address existing, but surely it doesn't contain anything yet? i.e. when are the following statements made ("mov dx,user call get_chars)?
Thanks
Re: Ass 3 - data input
July 07, 2007 09:49PM
You not moving the contents but the location of an address.
Sorry, only registered users may post in this forum.

Click here to login