HEX() printing

Questions about the BASICtools and MakeItC
Post Reply
olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

HEX() printing

Post 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



basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: HEX() printing

Post by basicchip »

in answer to you question -- yes

printf lets you chose upper/lower case

Post Reply