# HG changeset patch # User Matti Hamalainen # Date 1634164824 -10800 # Node ID 89183953bddcee2616b60d87bc1c527dad8379ea # Parent 84c0facfc43c10ef8a9cd2f84b663a925a9a7b05 Delete trailing whitespace. diff -r 84c0facfc43c -r 89183953bddc dump.c --- a/dump.c Thu Oct 14 01:38:52 2021 +0300 +++ b/dump.c Thu Oct 14 01:40:24 2021 +0300 @@ -280,7 +280,7 @@ } else { /* data block */ for (size = 1; size < maxwidth; size++) { /* determine the size */ - addr = address + size; + addr = address + size; if (GetMemType (addr) == MEM_INSTRUCTION || addr != WordTableEnd (addr)) diff -r 84c0facfc43c -r 89183953bddc main.c --- a/main.c Thu Oct 14 01:38:52 2021 +0300 +++ b/main.c Thu Oct 14 01:40:24 2021 +0300 @@ -553,7 +553,7 @@ ok = 0; /* imminent overflow */ break; } - val = (val * 10) + (Memory[offs] - 48); + val = (val * 10) + (Memory[offs] - 48); } if (ok && val > StartAddress && val < EndAddress) { diff -r 84c0facfc43c -r 89183953bddc opcodes.h --- a/opcodes.h Thu Oct 14 01:38:52 2021 +0300 +++ b/opcodes.h Thu Oct 14 01:40:24 2021 +0300 @@ -90,7 +90,7 @@ "(", "", "", "", "(", "(", "(", "(" }; /* static char *postfix[] = { " A", "", "", "", ",X", ",Y", ",X", ",Y", */ -static char *postfix[] = { "", "", "", "", ",x", ",y", ",x", ",y", +static char *postfix[] = { "", "", "", "", ",x", ",y", ",x", ",y", ",x)", "", "", "", ",x)", "),y", ")", ")" }; #endif /* _DUMP_C_ */ diff -r 84c0facfc43c -r 89183953bddc structures.h --- a/structures.h Thu Oct 14 01:38:52 2021 +0300 +++ b/structures.h Thu Oct 14 01:40:24 2021 +0300 @@ -65,7 +65,7 @@ (MemType[((ADDR_T)address) / (4 * sizeof *MemType)] & \ ~(3 << ((address % (4 * sizeof *MemType)) << 1))) | \ (type << ((address % (4 * sizeof *MemType)) << 1))) - + /* The table consists of bit pairs with the following values: */ #define MEM_UNPROCESSED 0 /* the memory place has not been processed yet */