[A89] file routines
[Prev][Next][Index][Thread]
[A89] file routines
I was wondering if anyone had source that shows how to create a file and put
the contents into it. filelib doesnt seem to work with hw2 ams 2.03, i get
an address error. Also does anyone have a routine to copy to the clipboard?
I tried the following but it also gives me an address error:
move.l #200,a2
move.l a7,a6
clr.w -(a7)
move.l d0,-(a7)
lea data(pc),a3
move.l 772(a2),a0
jsr (a0)
move.l a6,a7
Thanks for any help in advance
Follow-Ups:
References: