Fix 'procnear' -> ' proc near'
Automatically done using:
sed -i '' -e 's/procnear/ proc near/g' src/*.md
This commit is contained in:
parent
264f0b2624
commit
9373e5d2ee
10 changed files with 23 additions and 23 deletions
|
|
@ -199,7 +199,7 @@ SCparms ends
|
|||
|
||||
align ALIGNMENT
|
||||
public -CosSin
|
||||
-CosSinprocnear
|
||||
-CosSin proc near
|
||||
push bp ;preserve stack frame
|
||||
mov bp,sp ;set up local stack frame
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue