home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ahoy 1989 February
/
Ahoy_Magazine_89-02_1989_Double_L.d64
/
BSAVE
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-10-26
|
288b
|
11 lines
100 rem *** all purpose bsave ***
110 ds=52224:de=ds+858:rem start and end+1
120 f$="mdos52224":rem your name here
130 ad=ds:gosub190:sl=lb:sh=hb
140 ad=de:gosub190:el=lb:eh=hb
150 sys57812f$,8,1
160 poke193,sl:poke194,sh:poke174,el:poke175,eh
170 sys62954:rem call kernal save
180 end
190 hb=int(ad/256):lb=ad-256*hb:return