; Go for it ...
jmp (data_buffer)
- ; Quit to ProDOS dispatcher
-quit = * - source + target
-: jsr $BF00
- .byte $65 ; QUIT
- .word quit_param
-
read_param = * - source + target
.byte $04 ; PARAM_COUNT
read_ref = * - source + target
close_ref = * - source + target
.byte $00 ; REF_NUM
+ ; Quit to ProDOS dispatcher
+quit = * - source + target
+: jsr $BF00
+ .byte $65 ; QUIT
+ .word quit_param
+
quit_param = * - source + target
.byte $04 ; PARAM_COUNT
.byte $00 ; QUIT_TYPE
.byte $00 ; RESERVED
.word $0000 ; RESERVED
-size = * - source
+size = * - source
-target = DOSWARM - size
+target = DOSWARM - size
dosvec: jmp quit