1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-26 03:41:35 +00:00

INCRP, ADDRP macros, code optimization

added INCRP macro - now does 32-bit increments of RP for speed
added ADDRP macro to return RP incremented by n (CGT)
changed globals to static (didn't help speed much - thought it might)
moved around some functions
changed shift instructions to create bitmask at runtime (faster)
manually inlined mathexception (but used inline keyword in later revs)
This commit is contained in:
Jim
2007-08-25 00:00:00 -04:00
parent 8c0020d0dd
commit 7601dcb718
6 changed files with 532 additions and 502 deletions

View File

@@ -444,7 +444,6 @@ readasr:
savetraceflags = ~0;
} else {
TRACEA("\nTRACE DISABLED:\n\n");
dumpsegs();
savetraceflags = 0;
}
fflush(tracefile);