This commit is contained in:
Denis Molony 2018-12-20 07:05:42 +11:00
parent db293517a9
commit a7f914fec5
2 changed files with 3 additions and 3 deletions

View File

@ -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]));

View File

@ -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