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
Last update:
2024-02-15
Convert a number in A and returns hexadecimal to AY
.include "telestrat.inc"
lda #$FF
BRK_KERNEL XHEXA
; A = 'F'
; Y = 'F'
rts