nakedos: make mkhello's FHELLO turn the drive off

This commit is contained in:
Zellyn Hunter 2016-12-22 23:30:41 -05:00
parent 0b7db8d43d
commit 6ef3e06add
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ func runMkhello(args []string) error {
0x6D, 0x01, 0xDC, // ADC NKRDFILE
0x2C, toLoad, 0xDF, // BIT ${file number to load}
0x2C, 0x00, byte(address >> 8), // BIT ${target page}
0xF8, // CLD
0xD8, // CLD
0x4C, byte(start), byte(start >> 8), // JMP ${target page}
}
fileInfo := disk.FileInfo{