Bug in format.jal ?

12 views
Skip to first unread message

seen

unread,
May 14, 2013, 12:41:24 PM5/14/13
to jal...@googlegroups.com
Hello all,

I think i found a small bug in format.jal

I had problems when i tried to display in my lcd (format_dword_dec) a value greater than 999.

Exemple : A35 instead of 1035

To
resolve this problem i changed 2 lines in the procedure "format_dword_dec"


original
:


176
  const  word  c10_000       = 10_000
177
  const  word  c1000           = 1000

modified
:

176   const dword  c10_000       = 10_000
177
  const dword  c1000           = 1000

May you confirm this

Regards
,


Enzo
Reply all
Reply to author
Forward
0 new messages