XHEXA
Usage
Convert a number in A and returns hexadecimal to AY
Example
.include "telestrat.inc"
lda #$FF
BRK_KERNEL XHEXA
; A = 'F'
; Y = 'F'
rts
See tohex macro from orix-sdk to use it
Convert a number in A and returns hexadecimal to AY
.include "telestrat.inc"
lda #$FF
BRK_KERNEL XHEXA
; A = 'F'
; Y = 'F'
rts
See tohex macro from orix-sdk to use it