AMOS:Bug Large numbers in editor

From Amiga Coding
Revision as of 16:05, 5 October 2007 by Spellcoder (talk | contribs) (New page: 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 11111...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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