Added assembler include function for _scanf
git-svn-id: svn://svn.cc65.org/cc65/trunk@3304 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
21
libsrc/common/_scanf.inc
Normal file
21
libsrc/common/_scanf.inc
Normal file
@@ -0,0 +1,21 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 2004-11-27
|
||||
;
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
; Structure passed to _scanf
|
||||
|
||||
.struct SCANFDATA
|
||||
GET .addr
|
||||
UNGET .addr
|
||||
DATA .addr
|
||||
.endstruct
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
; Global data
|
||||
|
||||
.global _scanf
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user