Updated the fastcall information in a document and two Assembly files.

This commit is contained in:
Greg King
2015-07-22 12:56:34 -04:00
parent db16a8eb24
commit 52eec1f236
3 changed files with 32 additions and 18 deletions

View File

@@ -63,7 +63,7 @@ L1: jsr _cgetc
; ----------------------------------------------------------------------------
; static int unget(int c) {
; static int cdecl unget(int c) {
; pushed = true;
; return back = c;
; }
@@ -127,4 +127,3 @@ d: .addr get ; SCANFDATA::GET
pla
jmp __scanf
.endproc