mmm i think i've found the problem. You said that some are ok, some not... what about if you change your message constants to
Code:
_zero           con 0
_uno            con 1
_due            con 2
_tre            con 3
_quattro        con 4
_cinque         con 5
_sei            con 6
_sette          con 7
_otto           con 8
_nove           con 9
_dieci          con $10
_undici         con $11
_dodici         con $12
_tredici        con $13
_quattordici    con $14
_quindici       con $15
_sedici         con $16
_diciassette    con $17
and so on for the others.. just add an $ befor your number. Post your results after that.