AMOS:Bugs

From Amiga Coding
Revision as of 06:04, 5 October 2007 by Spellcoder (talk | contribs)
Jump to: navigation, search

Compiler bugs


Various


Math bugs


Editor bugs

  • Editor will change %111111111111111111111111111111111 (33 bits) into 1111111111
    (Discovered by Spellcoder, 24 sep 2007)


33 bits will overflow AMOS's 32 bits numers, but why it changes the numer into 1111111111 I can't fanthom.