huc.inc

Summary
huc.inc
Macros
__farptrCopy bank id and offset of a label.
__farptr_i
__farptr_get
__fgetb
__fgetb
__phaxPush registers A and X onto the stack.
__plaxPull registers X and A from the stack.
__plaxPull registers A and X from the stack.
__ldb
__ldby
__ldub
__ldbp
__ldubp

Macros

__farptr

Copy bank id and offset of a label.

Assembly call

__farptr label, bank_id, bank_offset

Parameter

labellabel to retrieve bank id and offset from.
bank_idid of the bank where the label was declared.
bank_offsetoffset of the label in the bank where it was declared.

__farptr_i

Assembly call

Parameter

__farptr_get

Assembly call

Parameter

__fgetb

Assembly call

Parameter

__fgetb

Assembly call

Parameter

__phax

Push registers A and X onto the stack.

__plax

Pull registers X and A from the stack.

__plax

Pull registers A and X from the stack.

__ldb

Assembly call

Parameter

__ldby

Assembly call

Parameter

__ldub

Assembly call

Parameter

__ldbp

Assembly call

Parameter

__ldubp

Assembly call

Parameter

Close