c128lib Common
Various common functionalities.
|
Common global module. More...
Functions | |
macro | c128lib_BasicUpstart128 (data) |
macro | c128lib_fbne (label) |
macro | c128lib_fbmi (label) |
macro | c128lib_ch (data) |
macro | c128lib_cm (data) |
Common global module.
Source file for exporting macros.
macro c128lib_BasicUpstart128 | ( | data | ) |
BasicUpstart for C128, creates a basic program that sys' the address
address | Address to use with SYS command |
macro c128lib_ch | ( | data | ) |
macro c128lib_cm | ( | data | ) |
macro c128lib_fbmi | ( | label | ) |
Improved BMI instruction to use far branch.
label | Address to reach if jump is needed; |
macro c128lib_fbne | ( | label | ) |
Improved BNE instruction to use far branch.
label | Address to reach if jump is needed; |