Microsoft KB Archive/57359

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:57, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Use "proc uses", Not "procuses" in MASM Example; Basic 7.10

Article ID: 57359

Article Last Modified on 11/21/2006

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.


Additional query words: BasicCom SR# S891226-4

Keywords: KB57359