Monday, April 18, 2016

List the common errors, which occur in assembly language programming but do not or are less likely to occur in high level language programming


  • Array overwrite
  • Stack overflow
  • Off by 1 in indexing or shifting
  • Wrong flag hit
  • Complement arithmetic problems
  • Floating-point arithmatic problems
  • Double-precision arithmatic problems
  • Initialization
  • Pointer Problems
  • Wrong transfer of control
  • Indirect address problems
  • Iterated DO LOOP problems.

No comments:

Post a Comment