Skip to content

Commit

Permalink
nakedos: make mkhello's FHELLO turn the drive off
Browse files Browse the repository at this point in the history
  • Loading branch information
zellyn committed Dec 23, 2016
1 parent 0b7db8d commit 6ef3e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nakedos.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 6ef3e06

Please sign in to comment.