AMOS:Bug Large numbers in editor

From Amiga Coding
Jump to: navigation, search

The AMOS(Pro) editor can't handle numbers that won't fit in 32 bits. They are changed into a lower number.


Examples:

  •  %111111111111111111111111111111111 (33 bits) will change into 1111111111


Tested with

AMOSPro V2.00 uncompiled - has the bug
AMOSPro V2.00 compiled - not tested yet
AMOS V1.36 uncompiled - not tested yet
AMOS V1.36 compiled - not tested yet


Credits

  • bug discovery/description by Spellcoder (Mark de Jong) on 24-sep-2007