Difference between revisions of "AMOS:Bugs"

From Amiga Coding
Jump to: navigation, search
(filereq of AMOS classic sometimes crashes on exotic chars (IIRC))
Line 1: Line 1:
 
==Compiler bugs==
 
==Compiler bugs==
* many elseif's causes problems with the AMOS(Pro) compiler?
+
* [[AMOS:bug Data|many data statements will crash the AMOS(Pro) compiler]]
* many data statements causes problems with the AMOS(Pro) compiler?
+
* [[AMOS:bug Else|many elseif's causes problems with the AMOS(Pro) compiler?]]
  
  

Revision as of 06:04, 5 October 2007

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.