mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-25 16:34:00 +00:00
no idea
This commit is contained in:
parent
db293517a9
commit
a7f914fec5
@ -108,7 +108,7 @@ public class AssemblerProgram extends AbstractFile
|
||||
// int ptr = executeOffset;
|
||||
// int address = loadAddress + executeOffset;
|
||||
//
|
||||
// // if the assembly doesn't start at the beginning, just dump the bytes that
|
||||
// // if the assembly doesn't start at the beginning, just dump the bytes that
|
||||
// // are skipped
|
||||
// for (int i = 0; i < executeOffset; i++)
|
||||
// pgm.append (String.format ("%04X: %02X%n", (loadAddress + i), buffer[i]));
|
||||
@ -171,7 +171,7 @@ public class AssemblerProgram extends AbstractFile
|
||||
StringBuilder pgm = new StringBuilder ();
|
||||
List<AssemblerStatement> lines = getLines ();
|
||||
|
||||
// if the assembly doesn't start at the beginning, just dump the bytes that
|
||||
// if the assembly doesn't start at the beginning, just dump the bytes that
|
||||
// are skipped
|
||||
for (int i = 0; i < executeOffset; i++)
|
||||
pgm.append (String.format (" %04X: %02X%n", (loadAddress + i), buffer[i]));
|
||||
|
@ -62,7 +62,7 @@ public class AppleDisk implements Disk
|
||||
// {0x00,0x08,0x01,0x09,0x02,0x0A,0x03,0x0B, 0x04,0x0C,0x05,0x0D,0x06,0x0E,0x07,0x0F},
|
||||
// {0x00,0x07,0x0E,0x06,0x0D,0x05,0x0C,0x04, 0x0B,0x03,0x0A,0x02,0x09,0x01,0x08,0x0F},
|
||||
// {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}
|
||||
//};
|
||||
//};
|
||||
|
||||
// * TABLE OF PHYSICAL BSECTR NUMBERS
|
||||
// * WHICH CORRESPOND TO THE LOGICAL
|
||||
|
Loading…
Reference in New Issue
Block a user