Title Standard Rsx PreFix (20_Aug_84) ; ; Copyright 1984 ; Morrow Designs, Inc. ; San Leandro Ca. ; .z80 cseg ;---------------------------------------------------------------------- ; Equates (20_Aug_84) ;-------------------- ; No equ 0 ;Remove/Non_Banked is False Yes equ 0FFh ;Remove/Non_Banked is True ;---------------------------------------------------------------------- ; Rsx Prefix Section (20_Aug_84) ;------------------------------- ; Serial: db 1,2,3,4,5,6 ;Space for the Serial Number Start: db 0C3h ;Jump to Start of Code dw Start_Rsx ;Vector to Start of Code Next: db 0C3h ;Jump to Start of Next Rsx dw 0 ;Vector to Next Rsx Prev: dw 0 ;Address of Previous Rsx or Location 5 Remove: db No ;No to keep Rsx active after Warm Boot NonBank: db No ;No for using both banked & non-banked systems Name: db '12345678' ;Name of this Rsx Loader: db 0 ;Loader Flag dw 0 ;Reserved ;---------------------------------------------------------------------- ; Rsx Code (20_Aug_84) ;--------------------- ; Start_Rsx: ret