home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 4: Demo 1
/
almathera_demo1.bin
/
sourcecode
/
dexion
/
fct.s
< prev
next >
Wrap
Text File
|
1995-03-17
|
609b
|
45 lines
execbase=4
openlib=-408
open=-30
close=-36
write=-48
int:
move.l execbase,a6
lea dosname,a1
moveq #0,d0
jsr openlib(a6)
move.l d0,dosbase
beq error
start:
move.l #consolname,d1
move.l #1005,d2
move dosbase,a6
jsr open(a6)
tst.l d0
beq error
move.l d0,conhandle
tst.l $dfe001
bpl fyr
error:
move.l #-1,d7
fyr:
move.l dosbase,a6
move.l conhandle,d1
move.l #titel,d2
move.l #titelende-titel,d3
jsr write(a6)
dosname:
dc.b "dos.library",0,0
consolname: dc.b "CON:0/10/640/400/**FIRECAT OF UNITED**",0
even
dosbase: dc.l 0
conhandle: dc.l 0
even
titel: dc.b"***** Hei din stoqoqojalksdjging ****"
titelende: