Difference between revisions of "AMOStalk:Bugs"

From Amiga Coding
Jump to: navigation, search
Line 20: Line 20:
 
* using calculations with powers in the Add instruction gives weird results?? (for example Add TEST,2^2)
 
* using calculations with powers in the Add instruction gives weird results?? (for example Add TEST,2^2)
 
[[User:Spellcoder|Spellcoder]] 23:55, 12 October 2007 (CEST)
 
[[User:Spellcoder|Spellcoder]] 23:55, 12 October 2007 (CEST)
 +
 +
 +
* Don't forget to check if many else-if's give problems (when compiled)
 +
[[User:Spellcoder|Spellcoder]] 00:17, 21 November 2007 (CET)

Revision as of 01:17, 21 November 2007

Sometimes the AMOS filerequester becomes onresponsive/hangs. I think this is due to some part of the file-requester working on low-priority because it seems to happen when something is hogging CPU time. Have to do some tests to determine the cause.

Spellcoder 23:36, 28 September 2007 (CEST)


Stuff that needs to be checked: (mostly stuff mentioned on the AMOS-list in 1993)

  • X/Y Hard might have been bugged in AMOSPro V1.00 ?
  • On Every X Gosub Proc
  • atan() values not allways correct???
  • Sam Loop On/Off (disabled disk motor?)
  • some print instructions crash (? fixed in AMOSPro v2.10?)
  • banks in compiled programs might be a few bytes larger

(check if so. if so, it might result in big problems if you use the bank length in determine read/write position)

  • sample editor added clicks to the sound?

Spellcoder 16:14, 5 October 2007 (CEST)


Also needs to be checked:

  • in AMOS classic the filerequester crashes if some exotic chars are used in path-/file-names (? need testing)
  • using calculations with powers in the Add instruction gives weird results?? (for example Add TEST,2^2)

Spellcoder 23:55, 12 October 2007 (CEST)


  • Don't forget to check if many else-if's give problems (when compiled)

Spellcoder 00:17, 21 November 2007 (CET)