rdoff/ldrdf.c: Add option to specify target RDF module name in command line
commitd9ca54b6d2c6ea4faf35908e8f257bd60ea5f382
authorYuri Zaporozhets <r_tty@yahoo.co.uk>
Tue, 20 Jan 2015 21:38:52 +0000 (20 23:38 +0200)
committerYuri Zaporozhets <r_tty@yahoo.co.uk>
Tue, 20 Jan 2015 21:38:52 +0000 (20 23:38 +0200)
tree0295f5cb2f7ee24c7d72248b5d3e43acef6d1cf3
parent7a33af290421ad5880a483e9ae92c1c61e320ef5
rdoff/ldrdf.c: Add option to specify target RDF module name in command line

Rationale: this is useful for projects developed entirely in high-level
language and which use NASM as a backend (compilers able to generate NASM
code are e.g. ncc or Free Pascal). With this option there is no need to have
a single assembly language file for each project with just one "module NNN"
directive — it is enough now to specify the name as an argument to ldrdf.

Signed-off-by: Yuri Zaporozhets <r_tty@yahoo.co.uk>
rdoff/ldrdf.c