Difference between revisions of "AMOS:Bugs"

From Amiga Coding
Jump to: navigation, search
(more bug stuff)
(filereq of AMOS classic sometimes crashes on exotic chars (IIRC))
Line 6: Line 6:
 
==Various==
 
==Various==
 
* [[AMOS:bug Input|if text from Input command reacher right side of screen, AMOS will freeze for a while]]
 
* [[AMOS:bug Input|if text from Input command reacher right side of screen, AMOS will freeze for a while]]
 +
* in AMOS classic the filerequester crashes if some exotic chars are used in path-/file-names (? need testing)
  
  

Revision as of 23:37, 28 September 2007

Compiler bugs

  • many elseif's causes problems with the AMOS(Pro) compiler?
  • many data statements causes problems with the AMOS(Pro) compiler?


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.