; ; Host FST boot loader. ; ; ; ; ; string asis case on include 'gsos.equ' include 'fst.macros' include 'records.equ' macro &lab call_host &lab dc.b $42, $ff endm macro &lab host_print &lab dc.b $42, $fe endm macro &lab host_hexdump &lab dc.b $42, $fd endm gbuffer equ $9a00 header proc org $2000 import startup import readfile import getbootname import getfstname export aux_value jmp startup nop dc.w readfile dc.w getbootname dc.w getfstname dc.w startup-header aux_value dc.w 0 endp ; getfst_name(name*) ; getfstname proc nameptr equ $0 plx ; rts pla sta