Page 1 of 1

HEX() printing

Posted: Fri Nov 29, 2019 1:07 am
by olzeke51
I just noticed that when the PRINT HEX(expression) is called that it prints in lower case::

Code: Select all

M0 starting...
bc	2000258     <<<<program prints the variable and then its address : hexer = &HBC
 
 ... M4 Finished in 16 ms
@2000258 2     <<command line entry

02000258:  000000BC 02000258 
but the breakpoint '@' prints in CAPS !!!
'
seems a little odd,....am I being too persnickety???
Olzeke

PS info:Welcome to ARMbasic Kernel[8.40f] with Floating Point .....
for the LPC54102

Re: HEX() printing

Posted: Fri Nov 29, 2019 4:24 pm
by basicchip
in answer to you question -- yes

printf lets you chose upper/lower case