From 04469be331b754f91af7e0d3e46f569a2009b194 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BChlstrasser?= Date: Sat, 7 Feb 2015 00:20:38 +0100 Subject: [PATCH] Minor corrections to documentation. --- doc/osi.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/osi.sgml b/doc/osi.sgml index c46a2a742..7f6920489 100644 --- a/doc/osi.sgml +++ b/doc/osi.sgml @@ -42,7 +42,7 @@ 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 - tool collection can be used. +SRecord (http://srecord.sourceforge.net/) 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. @@ -92,11 +92,11 @@ cl65 --start-addr 0x300 -Wl -D,__HIMEM__=$2000,-D,__STACKSIZE__=$0300 -t osic1p Platform-specific header files

-Programs containing PET-specific code may use the PET-specific functions

+Ohio Scientific-specific functions

There are currently no special Ohio Scientific functions. -- 2.39.5