mirror of
https://github.com/irmen/prog8.git
synced 2025-01-11 13:29:45 +00:00
upgrading
This commit is contained in:
parent
1af38e62bc
commit
e243531dab
@ -1,3 +1,4 @@
|
|||||||
|
========================
|
||||||
Upgrading from version 8
|
Upgrading from version 8
|
||||||
========================
|
========================
|
||||||
|
|
||||||
@ -21,9 +22,9 @@ Parameters and return values passed via the carry status flag (@Pc) now need to
|
|||||||
(Previously also ``ubyte`` was allowed but as the value is just a single bit, this wasn't really correct)
|
(Previously also ``ubyte`` was allowed but as the value is just a single bit, this wasn't really correct)
|
||||||
|
|
||||||
|
|
||||||
``cbm`` contains kernal calls
|
Standard Commodore kernal calls moved to ``cbm``
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
Instead of ``c64``, the CBM compatible kernal calls such as CHROUT, and variables, are now
|
Instead of ``c64``, the CBM compatible kernal calls (such as CHROUT) and a bunch of variables, are now
|
||||||
located in the ``cbm`` module. You don't have to import this module as it is part of the syslib.
|
located in the ``cbm`` module. You don't have to import this module as it is part of the syslib.
|
||||||
|
|
||||||
* replace all references such as ``c64.CHROUT`` with the ``cbm`` module instead to fix those undefined symbol errors.
|
* replace all references such as ``c64.CHROUT`` with the ``cbm`` module instead to fix those undefined symbol errors.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user