X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fdump.c;h=d371f7306cada04f6180827451aeda035705a58d;hp=45f6706f9692380ae6a763ebb899342d85755b7a;hb=a0ccd206e7e3a3c0a5d73abf5ad6a16ed13e6955;hpb=9e6203ab5881638185e10b09b1f40428e95fb98c diff --git a/src/dump.c b/src/dump.c index 45f6706..d371f73 100644 --- a/src/dump.c +++ b/src/dump.c @@ -14,6 +14,7 @@ void dumpmemory(WORD start, WORD end) fprintf(stdout, " %04X", i); } fprintf(stdout, "\n"); + fprintf(stdout, " -------------------------------------------------------------------------------------\n"); /* Memory */ for(i = start; i < end; i++) { if((mod = i % col) == 0 || i == start) {