Texas Instruments Plugins

bcall/bjump

Calls or jumps to a function, switching page if required on compatible hardware.

Syntax

.bcall z, _target
.bcall c, _target
.bcall nc, _target
.bcall pe, _target
.bcall po, _target
.bcall _target
.bcall m, _target
.bcall nz, _target
.bcall p, _target

Remarks

This is a directive version of the bcall() and bjump() function. Its only advantage is that it looks more like Z80 assembly rather than a macro or function call.

See Also