Bodil takes files in Microsoft .OBJ format (as generated by
MASM and TASM) and gives DATA statements for use with
QuickBASIC's CALL ABSOLUTE command. It converts all routines
that were declared public in one object file and outputs them
to one .DAT file, thereby drastically reducing turnaround time
that otherwise you would have spent on converting the routines
and adding them to your BASIC source one by one.
File List:
SAMPLE.ASM
1Kb
SAMPLE.BAS
1Kb
SAMPLE.BI
61b
SAMPLE.DAT
300b
bodil.exe
20Kb
bodil.txt
2Kb
Similar code
A BASIC Pre-Processor
(Popularity: ) : THis provides a powerful meta- language for QuickBASIC, BASCOM
(including "PDS"), and even the QBASIC provided with DOS 5.0.
It ...