many modyfications in search for more speed

This commit is contained in:
ceriel
1988-10-31 15:42:15 +00:00
parent 63f793aff3
commit 7851ff900f
19 changed files with 208 additions and 134 deletions

View File

@@ -1,14 +1,12 @@
#include "data.h"
switchseg( seg)
swtchsg( seg)
int seg;
/* The EM definition demands that pseudo instructions are aligned
* at word boundaries.
*/
{
if ( seg == cur_seg)
return;
cur_seg = seg;
align_word();
}