From: Stephan Mühlstrasser Date: Sat, 7 Feb 2015 00:19:03 +0000 (+0100) Subject: Fixed URL for SRecord. X-Git-Tag: V2.15~22^2~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88249a2125ca07353740337266a4155ca241c39e;p=cc65 Fixed URL for SRecord. --- diff --git a/doc/osi.sgml b/doc/osi.sgml index 7f6920489..85d4dca44 100644 --- a/doc/osi.sgml +++ b/doc/osi.sgml @@ -42,7 +42,8 @@ is a machine language program.

For uploading into a real machine over the serial port or into an emulator a program must be converted to a text file that is understood by the 65V PROM monitor. For this purpose the srec_cat program from the -SRecord (http://srecord.sourceforge.net/) tool collection can be used. + +tool collection can be used. Care must be taken that the -offset and -execution-start-address options for the srec_cat program correspond to the start address of the executable.