a2d/desktop/ovl7.s

444 lines
11 KiB
ArmAsm
Raw Normal View History

2018-02-22 03:20:13 +00:00
.setcpu "6502"
2018-02-26 03:02:34 +00:00
;;; NB: Compiled as part of ovl34567.s
2018-02-22 03:20:13 +00:00
2018-03-05 05:36:00 +00:00
;;; ============================================================
2018-02-22 03:20:13 +00:00
;;; Overlay for Selector (part of it, anyway)
2018-03-05 05:36:00 +00:00
;;; ============================================================
2018-02-22 03:20:13 +00:00
.org $7000
2018-02-25 23:19:38 +00:00
.proc selector_overlay
2018-02-22 03:20:13 +00:00
L7000: stx L73A9
sty L73AA
2018-05-08 02:35:36 +00:00
jsr common_overlay::create_common_dialog
2018-02-22 03:20:13 +00:00
jsr L7101
jsr L70AD
2018-05-17 15:54:22 +00:00
jsr common_overlay::device_on_line
2018-02-22 05:28:13 +00:00
lda path_buf0
2018-02-22 03:20:13 +00:00
beq L7056
2018-05-18 16:07:41 +00:00
addr_call common_overlay::adjust_filename_case, path_buf0
2018-02-22 05:28:13 +00:00
ldy path_buf0
L7021: lda path_buf0,y
2018-02-22 03:20:13 +00:00
sta $5028,y
dey
bpl L7021
2018-02-26 03:02:34 +00:00
jsr common_overlay::L5F49
2018-02-22 05:28:13 +00:00
ldy path_buf0
L7030: lda path_buf0,y
cmp #'/'
2018-02-22 03:20:13 +00:00
beq L7044
dey
cpy #$01
bne L7030
lda #$00
2018-02-22 05:28:13 +00:00
sta path_buf0
2018-02-22 03:20:13 +00:00
jmp L7056
L7044: ldx #$00
L7046: iny
inx
2018-02-22 05:28:13 +00:00
lda path_buf0,y
2018-02-22 03:20:13 +00:00
sta L709D,x
2018-02-22 05:28:13 +00:00
cpy path_buf0
2018-02-22 03:20:13 +00:00
bne L7046
stx L709D
2018-02-26 03:02:34 +00:00
L7056: jsr common_overlay::L5F5B
2018-02-22 03:20:13 +00:00
lda #$00
bcs L706A
2018-02-26 03:02:34 +00:00
addr_call common_overlay::L6516, $709D
2018-02-22 03:20:13 +00:00
sta $D920
2018-02-26 03:02:34 +00:00
jsr common_overlay::L6586
L706A: jsr common_overlay::L6163
jsr common_overlay::L61B1
jsr common_overlay::L606D
2018-02-22 05:28:13 +00:00
lda path_buf0
2018-02-22 03:20:13 +00:00
bne L707B
2018-05-17 15:54:22 +00:00
jsr common_overlay::jt_06
L707B: copy16 #$2001, path_buf2
2018-05-17 15:54:22 +00:00
jsr common_overlay::jt_03
2018-02-26 03:02:34 +00:00
jsr common_overlay::L6693
copy16 #$2001, path_buf2
2018-02-22 03:20:13 +00:00
lda #$FF
sta $D8EC
2018-02-26 03:02:34 +00:00
jmp common_overlay::L5106
2018-02-22 03:20:13 +00:00
2018-03-05 05:36:00 +00:00
;;; ============================================================
2018-02-22 03:20:13 +00:00
L709D: .res 16, 0
2018-03-05 05:36:00 +00:00
;;; ============================================================
2018-02-22 03:20:13 +00:00
2018-05-17 15:54:22 +00:00
L70AD: ldx jump_table_entries
L70B0: lda jump_table_entries+1,x
sta common_overlay::jump_table,x
2018-02-22 03:20:13 +00:00
dex
2018-05-17 15:54:22 +00:00
lda jump_table_entries+1,x
sta common_overlay::jump_table,x
2018-02-22 03:20:13 +00:00
dex
dex
bpl L70B0
lda #$00
sta $51AE
lda #$80
sta $5104
copy16 #$0601, path_buf2
2018-03-15 04:10:08 +00:00
lda winfo_entrydlg
2018-05-18 06:54:10 +00:00
jsr common_overlay::set_port_for_window
2018-02-22 03:20:13 +00:00
lda L73A9
jsr L7467
lda L73AA
jsr L747B
lda #$80
sta $5103
lda #$AB
sta $531C
lda #$73
sta $531D
lda #$F4
sta $5B24
lda #$74
sta $5B25
rts
2018-03-15 04:10:08 +00:00
L7101: lda winfo_entrydlg
2018-05-18 06:54:10 +00:00
jsr common_overlay::set_port_for_window
2018-02-22 05:28:13 +00:00
lda path_buf0
2018-02-22 03:20:13 +00:00
beq L7116
addr_call common_overlay::L5E0A, edit_an_entry_label
2018-02-22 03:20:13 +00:00
jmp L711D
L7116: addr_call common_overlay::L5E0A, add_an_entry_label
L711D: addr_call common_overlay::L5E6F, enter_the_full_pathname_label2
2018-03-02 02:25:42 +00:00
MGTK_RELAY_CALL MGTK::SetPenMode, penXOR ; penXOR
2018-05-08 02:35:36 +00:00
MGTK_RELAY_CALL MGTK::FrameRect, common_input1_rect
MGTK_RELAY_CALL MGTK::FrameRect, common_input2_rect
addr_call common_overlay::L5E57, enter_the_full_pathname_label1
addr_call common_overlay::L5E6F, enter_the_name_to_appear_label
MGTK_RELAY_CALL MGTK::MoveTo, pos_D922
2018-05-08 02:35:36 +00:00
addr_call common_overlay::draw_string, add_a_new_entry_to_label
MGTK_RELAY_CALL MGTK::MoveTo, pos_D926
2018-05-08 02:35:36 +00:00
addr_call common_overlay::draw_string, run_list_label
MGTK_RELAY_CALL MGTK::MoveTo, pos_D92A
2018-05-08 02:35:36 +00:00
addr_call common_overlay::draw_string, other_run_list_label
MGTK_RELAY_CALL MGTK::MoveTo, pos_D92E
2018-05-08 02:35:36 +00:00
addr_call common_overlay::draw_string, down_load_label
MGTK_RELAY_CALL MGTK::MoveTo, pos_D932
2018-05-08 02:35:36 +00:00
addr_call common_overlay::draw_string, at_first_boot_label
MGTK_RELAY_CALL MGTK::MoveTo, pos_D936
2018-05-08 02:35:36 +00:00
addr_call common_overlay::draw_string, at_first_use_label
MGTK_RELAY_CALL MGTK::MoveTo, pos_D93A
2018-05-08 02:35:36 +00:00
addr_call common_overlay::draw_string, never_label
2018-03-02 02:25:42 +00:00
MGTK_RELAY_CALL MGTK::SetPenMode, penXOR
MGTK_RELAY_CALL MGTK::FrameRect, rect_D93E
MGTK_RELAY_CALL MGTK::FrameRect, rect_D946
MGTK_RELAY_CALL MGTK::FrameRect, rect_D94E
MGTK_RELAY_CALL MGTK::FrameRect, rect_D956
MGTK_RELAY_CALL MGTK::FrameRect, rect_D95E
2018-02-22 05:28:13 +00:00
MGTK_RELAY_CALL MGTK::InitPort, grafport3
MGTK_RELAY_CALL MGTK::SetPort, grafport3
2018-02-22 03:20:13 +00:00
rts
2018-03-05 05:36:00 +00:00
;;; ============================================================
2018-02-22 03:20:13 +00:00
.byte $00
2018-05-17 15:54:22 +00:00
jump_table_entries: .byte $29
jump_table_entry $725D
jump_table_entry $732F
jump_table_entry $6593
jump_table_entry $664E
jump_table_entry $6DC2
jump_table_entry $6DD0
jump_table_entry $6E1D
jump_table_entry $69C6
jump_table_entry $6A18
jump_table_entry $6A53
jump_table_entry $6AAC
jump_table_entry $6B01
jump_table_entry $6B44
jump_table_entry $66D8
2018-02-22 03:20:13 +00:00
2018-05-17 15:54:22 +00:00
jump_table2_entries: .byte $29
jump_table_entry $72CD
jump_table_entry $736C
jump_table_entry $65F0
jump_table_entry $6693
jump_table_entry $6DC9
jump_table_entry $6DD4
jump_table_entry $6E31
jump_table_entry $6B72
jump_table_entry $6BC4
jump_table_entry $6BFF
jump_table_entry $6C58
jump_table_entry $6CAD
jump_table_entry $6CF0
jump_table_entry $684F
2018-02-22 03:20:13 +00:00
2018-03-05 05:36:00 +00:00
;;; ============================================================
2018-02-22 03:20:13 +00:00
copy16 #$2001, path_buf2
2018-05-17 15:54:22 +00:00
jsr common_overlay::jt_03
ldx jump_table2_entries
L726D: lda jump_table2_entries+1,x
2018-02-22 03:20:13 +00:00
sta $6D1E,x
dex
2018-05-17 15:54:22 +00:00
lda jump_table2_entries+1,x
2018-02-22 03:20:13 +00:00
sta $6D1E,x
dex
dex
bpl L726D
lda #$80
sta $51AE
sta $5105
lda $D8F0
sta $D8F1
lda #$00
sta $D8F0
lda path_buf1
2018-02-22 03:20:13 +00:00
bne L72BF
lda #$00
sta path_buf1
2018-02-22 05:28:13 +00:00
ldx path_buf0
2018-02-22 03:20:13 +00:00
beq L72BF
2018-02-22 05:28:13 +00:00
L72A0: lda path_buf0,x
2018-02-22 03:20:13 +00:00
cmp #$2F
beq L72AD
dex
bne L72A0
jmp L72BF
L72AD: ldy #$00
L72AF: iny
inx
2018-02-22 05:28:13 +00:00
lda path_buf0,x
sta path_buf1,y
2018-02-22 05:28:13 +00:00
cpx path_buf0
2018-02-22 03:20:13 +00:00
bne L72AF
sty path_buf1
L72BF: copy16 #$0601, path_buf2
2018-05-17 15:54:22 +00:00
jsr common_overlay::jt_03
2018-02-22 03:20:13 +00:00
rts
2018-02-26 03:02:34 +00:00
addr_call common_overlay::L647C, path_buf0
2018-02-22 03:20:13 +00:00
bne L72E2
lda path_buf1
2018-02-22 03:20:13 +00:00
beq L72E7
cmp #$0F
bcs L72E8
jmp L72EE
L72E2: lda #$40
2018-02-25 07:19:29 +00:00
jsr JUMP_TABLE_ALERT_0
2018-02-22 03:20:13 +00:00
L72E7: rts
L72E8: lda #$FB
2018-02-25 07:19:29 +00:00
jsr JUMP_TABLE_ALERT_0
2018-02-22 03:20:13 +00:00
rts
2018-02-22 05:28:13 +00:00
L72EE: MGTK_RELAY_CALL MGTK::InitPort, grafport3
MGTK_RELAY_CALL MGTK::SetPort, grafport3
2018-03-15 03:38:47 +00:00
MGTK_RELAY_CALL MGTK::CloseWindow, winfo_entrydlg_file_picker
2018-03-15 04:10:08 +00:00
MGTK_RELAY_CALL MGTK::CloseWindow, winfo_entrydlg
2018-02-22 03:20:13 +00:00
sta $D8EC
jsr common_overlay::set_cursor_pointer
2018-02-24 05:11:20 +00:00
copy16 #$59B8, $5B24
2018-02-22 03:20:13 +00:00
ldx $50AA
txs
ldx L73A9
ldy L73AA
2018-02-24 05:11:20 +00:00
return #$00
2018-02-22 03:20:13 +00:00
2018-02-22 05:28:13 +00:00
MGTK_RELAY_CALL MGTK::InitPort, grafport3
MGTK_RELAY_CALL MGTK::SetPort, grafport3
2018-03-15 03:38:47 +00:00
MGTK_RELAY_CALL MGTK::CloseWindow, winfo_entrydlg_file_picker
2018-03-15 04:10:08 +00:00
MGTK_RELAY_CALL MGTK::CloseWindow, winfo_entrydlg
2018-02-22 03:20:13 +00:00
lda #$00
sta $D8EC
jsr common_overlay::set_cursor_pointer
2018-02-24 05:11:20 +00:00
copy16 #$59B8, $5B24
2018-02-22 03:20:13 +00:00
ldx $50AA
txs
2018-02-24 05:11:20 +00:00
return #$FF
2018-02-22 03:20:13 +00:00
copy16 #$2001, path_buf2
2018-05-17 15:54:22 +00:00
jsr common_overlay::jt_03
ldx jump_table_entries
L737C: lda jump_table_entries+1,x
2018-02-22 03:20:13 +00:00
sta $6D1E,x
dex
2018-05-17 15:54:22 +00:00
lda jump_table_entries+1,x
2018-02-22 03:20:13 +00:00
sta $6D1E,x
dex
dex
bpl L737C
copy16 #$0601, path_buf2
2018-05-17 15:54:22 +00:00
jsr common_overlay::jt_03
2018-02-22 03:20:13 +00:00
lda #$00
sta $5105
sta $51AE
lda $D8F1
sta $D8F0
rts
L73A9: .byte 0
L73AA: .byte 0
MGTK_RELAY_CALL MGTK::InRect, rect_D966
2018-02-25 21:47:06 +00:00
cmp #MGTK::inrect_inside
2018-05-18 06:54:10 +00:00
bne :+
2018-02-22 03:20:13 +00:00
jmp L73FE
2018-05-18 06:54:10 +00:00
: MGTK_RELAY_CALL MGTK::InRect, rect_D96E
2018-02-25 21:47:06 +00:00
cmp #MGTK::inrect_inside
2018-05-18 06:54:10 +00:00
bne :+
2018-02-22 03:20:13 +00:00
jmp L7413
2018-05-18 06:54:10 +00:00
: MGTK_RELAY_CALL MGTK::InRect, rect_D976
2018-02-25 21:47:06 +00:00
cmp #MGTK::inrect_inside
2018-05-18 06:54:10 +00:00
bne :+
2018-02-22 03:20:13 +00:00
jmp L7428
2018-05-18 06:54:10 +00:00
: MGTK_RELAY_CALL MGTK::InRect, rect_D97E
2018-02-25 21:47:06 +00:00
cmp #MGTK::inrect_inside
2018-05-18 06:54:10 +00:00
bne :+
2018-02-22 03:20:13 +00:00
jmp L743D
2018-05-18 06:54:10 +00:00
: MGTK_RELAY_CALL MGTK::InRect, rect_D986
2018-02-25 21:47:06 +00:00
cmp #MGTK::inrect_inside
2018-05-18 06:54:10 +00:00
bne :+
2018-02-22 03:20:13 +00:00
jmp L7452
2018-05-18 06:54:10 +00:00
: return #0
2018-02-22 03:20:13 +00:00
L73FE: lda L73A9
cmp #1
beq L7410
jsr L7467
lda #1
sta L73A9
jsr L7467
2018-02-24 05:11:20 +00:00
L7410: return #$FF
2018-02-22 03:20:13 +00:00
L7413: lda L73A9
cmp #2
beq L7425
jsr L7467
lda #2
sta L73A9
jsr L7467
2018-02-24 05:11:20 +00:00
L7425: return #$FF
2018-02-22 03:20:13 +00:00
L7428: lda L73AA
cmp #1
beq L743A
jsr L747B
lda #1
sta L73AA
jsr L747B
2018-02-24 05:11:20 +00:00
L743A: return #$FF
2018-02-22 03:20:13 +00:00
L743D: lda L73AA
cmp #2
beq L744F
jsr L747B
lda #2
sta L73AA
jsr L747B
2018-02-24 05:11:20 +00:00
L744F: return #$FF
2018-02-22 03:20:13 +00:00
L7452: lda L73AA
cmp #3
beq L7464
jsr L747B
lda #3
sta L73AA
jsr L747B
2018-02-24 05:11:20 +00:00
L7464: return #$FF
2018-02-22 03:20:13 +00:00
L7467: cmp #1
bne L7473
addr_call L749B, $D93E
rts
L7473: addr_call L749B, $D946
rts
L747B: cmp #1
bne L7487
addr_call L749B, $D94E
rts
L7487: cmp #2
bne L7493
addr_call L749B, $D956
rts
L7493: addr_call L749B, $D95E
rts
L749B: stax $06
ldy #7
L74A1: lda ($06),y
sta rect_D98E,y
2018-02-22 03:20:13 +00:00
dey
bpl L74A1
lda rect_D98E
2018-02-22 03:20:13 +00:00
clc
adc #2
sta rect_D98E
2018-02-22 03:20:13 +00:00
bcc L74B7
inc $D98F
L74B7: lda $D990
clc
adc #2
sta $D990
bcc L74C5
inc $D991
L74C5: lda $D992
sec
sbc #2
sta $D992
bcs L74D3
dec $D993
L74D3: lda $D994
sec
sbc #2
sta $D994
bcs L74E1
dec $D995
2018-03-02 02:25:42 +00:00
L74E1: MGTK_RELAY_CALL MGTK::SetPenMode, penXOR
MGTK_RELAY_CALL MGTK::PaintRect, rect_D98E
2018-02-22 03:20:13 +00:00
rts
L74F4: lda winfo_entrydlg
2018-05-18 06:54:10 +00:00
jsr common_overlay::set_port_for_window
lda event_modifiers
2018-02-22 03:20:13 +00:00
bne L7500
rts
L7500: lda event_key
2018-02-22 03:20:13 +00:00
and #$7F
cmp #'1'
bne L750C
jmp L73FE
L750C: cmp #'2'
bne L7513
jmp L7413
L7513: cmp #'3'
bne L751A
jmp L7428
L751A: cmp #'4'
bne L7521
jmp L743D
L7521: cmp #'5'
bne L7528
jmp L7452
L7528: rts
2018-03-05 05:36:00 +00:00
;;; ============================================================
2018-02-25 23:19:38 +00:00
2018-02-22 03:20:13 +00:00
PAD_TO $7800
2018-02-25 23:19:38 +00:00
.endproc ; selector_overlay