| |
Richard
Registered: Dec 2001 Posts: 621 |
Multiple prgs to 1 file using PuCrunch
Please can any of you help me. I am doing cross-assembly using Relaunch64, I can assemble my work easy enough. However, I would like to use PuCrunch like a Sledgehammer linker. I have two files. One which is called data.prg and another called gridexec.prg. The file data is saved from $0801 - $C000 and the file gridexec.prg is the assembled code, and starts at $5000. What command in DOS do I need to use to link two files into one file using pucrunch? |
|
| |
iAN CooG
Registered: May 2002 Posts: 3235 |
You can't use PUCrunch as a linker but you can use CBMcombine which came with PUCrunch to link files, then use PUCrunch on the combined file. |
| |
Richard
Registered: Dec 2001 Posts: 621 |
Quote: You can't use PUCrunch as a linker but you can use CBMcombine which came with PUCrunch to link files, then use PUCrunch on the combined file.
Thank you. I have downloaded the CBMcombine program and it has helped me nicely. Thanks. :) |