c128lib Common
Various common functionalities.
Loading...
Searching...
No Matches
common-global.asm File Reference

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)
 

Detailed Description

Common global module.

Source file for exporting macros.

Date
2022

Function Documentation

◆ c128lib_BasicUpstart128()

macro c128lib_BasicUpstart128 ( data )

BasicUpstart for C128, creates a basic program that sys' the address

Parameters
addressAddress to use with SYS command
Since
0.6.0

◆ c128lib_ch()

macro c128lib_ch ( data )

◆ c128lib_cm()

macro c128lib_cm ( data )

◆ c128lib_fbmi()

macro c128lib_fbmi ( label )

Improved BMI instruction to use far branch.

Parameters
labelAddress to reach if jump is needed;
Note
If label is not far, then a BMI will be used.;
Since
0.6.0

◆ c128lib_fbne()

macro c128lib_fbne ( label )

Improved BNE instruction to use far branch.

Parameters
labelAddress to reach if jump is needed;
Note
If label is not far, then a BNE will be used.;
Since
0.6.0