First, read track $1A, sector $9 to $5E00 and track $1A, sector $8 to $5F00 and then save it to a DOS 3.3 compatible disk with this BASIC command,
BSAVE EA TRACK WRITER UTILITY,A$5E00,L$200
This will generate a program that prompts for a starting address and track number. It will then write the 4 Kb range of memory starting at the start address that was entered to the track that was selected.
First, read track $1A, sector $9 to $5E00 and track $1A, sector $8 to $5F00 and then save it to a DOS 3.3 compatible disk with this BASIC command,
BSAVE EA TRACK WRITER UTILITY,A$5E00,L$200
This will generate a program that prompts for a starting address and track number. It will then write the 4 Kb range of memory starting at the start address that was entered to the track that was selected.