This page (revision-9) was last changed on 03-Feb-2023 15:21 by Gromit 

This page was created on 27-Aug-2010 22:53 by Florian Dingler

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
9 03-Feb-2023 15:21 31 KB Gromit to previous
8 17-May-2011 13:30 30 KB Gromit to previous | to last
7 17-May-2011 12:34 30 KB Gromit to previous | to last
6 28-Aug-2010 12:51 30 KB Florian Dingler to previous | to last
5 28-Aug-2010 12:44 19 KB Florian Dingler to previous | to last
4 28-Aug-2010 12:43 19 KB Florian Dingler to previous | to last
3 27-Aug-2010 23:01 13 KB Florian Dingler to previous | to last
2 27-Aug-2010 22:58 13 KB Florian Dingler to previous | to last
1 27-Aug-2010 22:53 13 KB Florian Dingler to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 465 changed 3 lines
!4. If your program redefines a library procedure
(e.g., one which declares its own version of PROC Graphics), it will compile with no errors using the cartridge only (because declared procedures take precedence over built-in ones). However, since th...
(text ends in original File)
!4. If your program redefines a
library procedure (e.g., one
which declares its own version of
PROC Graphics), it will compile
with no errors using the
cartridge only (because declared
procedures take precedence over
built-in ones). However, since
the RunTime library uses this
same precedence trick to include
its own definitions of library
procedures, your program will
generate Error 6 (doubly defined
name) if you do not delete the
appropriate PROCedure (or
FUNCtion) from the RunTime
library before INCLUDEing it.
At line 483 added 24 lines
Fix: Make a custom version of
the RunTime library on a COPY
(please, only on a copy) of your
RunTime disk which does not
contain the routines you wish to
replace.
5. On page 17 of the Reference Guide
for the Runtime Package, the
DEFINE for ROM will cause
incorrect code if you use local
variables.
Fix: Use the following form of
definition, instead:
{{{
DEFINE ROM = "BYTE ZZQQJUNK
-------------
SET $680 = $E^
SET $B5 = $5800
SET $E = $682^"
}}}