File tree Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 1
- .define __DATE__ "2019-01 -24 17:49"
1
+ .define __DATE__ "2019-05 -24 17:49"
Original file line number Diff line number Diff line change @@ -6483,13 +6483,33 @@ call_routine_in_another_bank:
6483
6483
STY VEXBNK+2 ; BNK_ADDRESS_TO_JUMP_HIGH
6484
6484
STX BNKCIB
6485
6485
JMP $040C
6486
-
6486
+
6487
+
6488
+
6487
6489
Copyrights:
6488
6490
monitor_signature:
6489
- .byte "Monitor V0.1 - " ,__DATE__,0
6491
+ .byte "Monitor V0.1 - " ,__DATE__,0
6492
+
6493
+ .res $FFF1 -*
6494
+ .org $FFF1
6495
+ ; $fff1
6496
+ parse_vector:
6497
+ .byte $00
6498
+ .byte $00
6499
+ ; fff3
6500
+ adress_commands:
6501
+ .byte $00
6502
+ .byte $00
6503
+ ; fff5
6504
+ list_commands:
6505
+ .byte $00
6506
+ .byte $00
6507
+ ; $fff7
6508
+ number_of_commands:
6509
+ .byt 1
6510
+ ; fffa
6511
+
6490
6512
6491
- .res $FFF8 -*
6492
- .org $FFF8
6493
6513
6494
6514
; ----------------------------------------------------------------------------
6495
6515
; Copyrights address
You can’t perform that action at this time.
0 commit comments