File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # rtbinobj
2+
3+ A Turbo Pascal BINOBJ clone for Windows/Linux - Includes GUI and console versions
4+
5+ In addtion to supporting the same output format (byte exact) you can also now add
6+
7+ "public size name" to access size of linked file at runtime. Examples to follow.
8+
9+
10+ rtbinobjgui.exe is the GUI version - just click and select your file, Save As to convert to OBJ.
11+
12+ rtbinobj.exe is the console version you run in the command line (cmd.exe)
13+
14+ rtbinobj infile outfile public_name
15+
16+ eg. rtbinobj image.xgf image.obj MYIMAGE
17+
18+ link from Turbo Pascal/freepascal 8086 with $L directive
19+
20+ procedure MYIMAGE; external;
21+
22+ {$L image.obj}
23+
24+ ![ ] ( https://github.com/retronick2020/rtbinobj/wiki/rtbinobjgui.png )
25+ ![ ] ( https://github.com/retronick2020/rtbinobj/wiki/rtbinobj.png )
You can’t perform that action at this time.
0 commit comments