Difference between revisions of "AMOS:Bugs"

From Amiga Coding
Jump to: navigation, search
(Various: Track Load bug submitted)
(fixed spelling, 2 column layout, hidden toc)
Line 1: Line 1:
 +
__NOTOC__
 +
{|
 +
|valign=top width=50% style="padding-right: 40px;|
 
==Compiler bugs==
 
==Compiler bugs==
 
* [[AMOS:bug Data|many data statements will crash the AMOS(Pro) compiler]]
 
* [[AMOS:bug Data|many data statements will crash the AMOS(Pro) compiler]]
Line 5: Line 8:
  
 
==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 reaches the right side of screen, AMOS will freeze for a while]]
 
* [[AMOS:bug spelling|'Track Loop Of', is misspelled]]
 
* [[AMOS:bug spelling|'Track Loop Of', is misspelled]]
 
* [[AMOS:bug TrackLoad|Track Load will load a music module into Fast RAM if there isn't sufficient Chip RAM causing Track Play to crash the system]]
 
* [[AMOS:bug TrackLoad|Track Load will load a music module into Fast RAM if there isn't sufficient Chip RAM causing Track Play to crash the system]]
 +
  
 
==Math bugs==
 
==Math bugs==
 
* [[AMOS:bug Mod|remainder of mod should be negative if given number is negative]]
 
* [[AMOS:bug Mod|remainder of mod should be negative if given number is negative]]
 
* [[AMOS:bug Add and exponential symbol|the Add instruction gives bad results if you use the exponential symbol (^)]]
 
* [[AMOS:bug Add and exponential symbol|the Add instruction gives bad results if you use the exponential symbol (^)]]
 
+
|valign=top width=50% style="padding-left: 40px;"|
 
 
 
==Editor bugs==
 
==Editor bugs==
 
* [[AMOS:bug Large numbers in editor|Editor will change numbers that don't fit in 32 bit]]
 
* [[AMOS:bug Large numbers in editor|Editor will change numbers that don't fit in 32 bit]]
 +
* [[AMOS:bug Commands after data statements|Editor crashes when running programs with commands after data statements]]
  
* [[AMOS:bug Commands after data statements|Editor crashes when running programs with commands after data statements]]
 
  
 
==Helpfile bugs==
 
==Helpfile bugs==
 
* [[AMOS:bug Mislinked AMOShelp articles|Several articles wrongly linked]]
 
* [[AMOS:bug Mislinked AMOShelp articles|Several articles wrongly linked]]
 
* [[AMOS:bug Cut off AMOShelp articles|Two articles are cut off halfway]]
 
* [[AMOS:bug Cut off AMOShelp articles|Two articles are cut off halfway]]
 +
|}

Revision as of 12:32, 10 May 2008