Nick Behnken wrote:
> 
> TOOLS86 SUCK! heheh
> I still don't have them working in BeOS properly... It compiles... but the
> file it creates is too big!

I think the only feature I used tools86 for was to preprocess
the bios file and separate lines after like...

#define JMPL(label) db 0xe9!!!dw (label-(*+2)) ; jmp near label

...after gcc -E preprocessed macros.  I could be forgetting
something else.  But if now, this would only take a small
C program to do, and could replace using tools86.

When you see '!!!', generate a newline.

-Kevin

Reply via email to