Josh Wilmes wrote: > > > 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. > > > > You mean something like "perl -pe 's/!!!/\n/g' file"? Yeah, something like that. Sed, perl, or other stream editor will do as well as C. I suggested C 'cause I'm always in lowest common denominator mode (Windows). -Kevin
- Re: Parallel Printers Tim Waugh
- Re: Parallel Printers Bryan Meredith
- Re: Parallel Printers Ramon van Handel
- Re: Parallel Printers Bryan Meredith
- Re: Parallel Printers Ramon van Handel
- Re: Parallel Printers Bryan Meredith
- Re: Parallel Printers Kevin P. Lawton
- Re: Parallel Printers Nick Behnken
- Re: Parallel Printers Kevin P. Lawton
- Re: Parallel Printers Josh Wilmes
- Re: Parallel Printers Kevin P. Lawton
- Re: Parallel Printers Nick Behnken
- Re: Parallel Printers Josh Wilmes
- Re: Parallel Printers Nick Behnken
- Bios Problem - was Parallel Printers Bryan Meredith
- Re: Parallel Printers Drew Northup
- Re: Parallel Printers Tim Waugh
- Re: Parallel Printers Bryan Meredith
- Re: Parallel Printers Tim Waugh
- Re: Parallel Printers Bryan Meredith
- Re: Parallel Printers Drew Northup
