c128lib Common
Various common functionalities.
|
Functions | |
macro | c128lib_copyFast (source, destination, count) |
macro | c128lib_fillScreen (address, value) |
macro | c128lib_set8 (value, address) |
macro | c128lib_set16 (value, address) |
macro | c128lib_copyWordIndirect (source, destinationPointer) |
macro | c128lib_cmp16 (value, low) |
macro | c128lib_rotateMemRightFast (startPtr, count) |
Variables | |
pseudocommand c128lib_set8 | value |
macro c128lib_copyFast | ( | source | , |
destination | , | ||
count | ) |
Copies some bytes from starting memory location todestination memory location.
source | Starting address |
destination | Destination address |
count | Number of byte to copy |
macro c128lib_copyWordIndirect | ( | source | , |
destinationPointer | ) |
Fills 1kb of memory (screen) starting from "address" with given "value".
address | Starting address |
value | Value used to fill the memory |
macro c128lib_rotateMemRightFast | ( | startPtr | , |
count | ) |
Fills two-byte located in memory address "mem" with byte "value".
value | value to set on specified address |
address | address to set |
Fills byte located in memory address "mem" with byte "value".
value | value to set on specified address |
address | address to set |
pseudocommand c128lib_set8 value |