Use "proc uses", Not "procuses" in MASM Example; Basic 7.10 (57359)
This article was previously published under Q57359
SUMMARY
On Page 495 of the "Microsoft Basic 7.0: Programmer's Guide" (for 7.00
and 7.10), a space should appear between the assembly code "proc" and
"uses", but the manual shows no space between them.
The following is incorrect:
addstring procuses si di ds,s1:far ptr,s1len,s2:far ptr,s2len
The following is correct:
addstring proc uses si di sd,s1:far ptr,s1len,s2:far ptr,s2len
This information applies to Microsoft Basic Professional Development
System (PDS) versions 7.00 and 7.10 for MS-DOS and MS OS/2.
Modification Type: |
Minor |
Last Reviewed: |
1/8/2003 |
Keywords: |
KB57359 |
|