Subttl -Firmware Hi-Rom Code for Hard Disk (Rev_13 3_Oct_83) ; ; Copyright 1983 ; Morrow Designs, Inc. ; Last Update 3_Oct_83 ; .z80 ; switch set to assemble z80 nemonics include HD13DEF.MAC ; Include the global definitions aseg org 2000h - 0200h ;This section must be at the very end of rom public hirom ;Declare the start of the Hi-Rom code hirom: ds 003ah,0 dec c jp z,postbuf ds 3,0 scf jp (hl) or a nop nop nop nop nop ld hl,prebuf + 0Dh jp (hl) jp (ix) ds 0013h,0 jp 40h ds 0056h,0 dec c jp z,postbuf ds 2,0 scf jp (hl) or a nop nop nop nop jp prebuf + 17h ds 12,0 ld d,3 dec d jp nz,prebuf + 19h ds 6,0 jp 40h ds 0041h,0 jp 40h ds 0016h,0 jp prebuf + 1Bh ds 0018h,0 ld hl,prebuf + 1Fh jp (hl) ds 00a1h,0 end