home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
develop
/
as65
/
connect_c64
/
inc
/
macros.h
< prev
Wrap
Text File
|
1995-02-27
|
213b
|
15 lines
;*****************
;Macrodefinitionen
;*****************
print .macro
ldx #<txt
ldy #>txt
lda #!1
jsr print_txt
bcc end
txt .null "!2"
end
.endmacro