What steps will reproduce the problem?
(See issue 14)
Setting the value of BASE to hex causes stack display word st? to print values
formatted to 8 digits. Max value is xFFFFFFFF
Setting the value of BASE to decimal causes stack display word st? to print 10
digits. Max value is 4294967295
SETTING base to BINART (i.e. 2 base W!) causes stack display word st? to print
values formatted to 11 digits. Max value is 2047
Consider st? to display 32 digits for binary format
Original issue reported on code.google.com by prof.bra...@gmail.com on 15 Nov 2011 at 11:39
Original issue reported on code.google.com by
prof.bra...@gmail.com
on 15 Nov 2011 at 11:39