buzz_assembler

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
buzz_assembler [2016/04/09 21:27] – [Debugging Information] rootbuzz_assembler [2016/04/09 21:27] – [Debugging Information] root
Line 52: Line 52:
 ==== Debugging Information ==== ==== Debugging Information ====
  
-To make human-readable error reporting possible, assembly code is typically annotated with extra information. Debugging annotation is added to each assembly code line. To mark the beginning of the information, the character ''|'' is used; after this character, the line number, column number, and file name are reported, separated by commas. No spaces are allowed before or after the commas. Line and column counts start from 1. For example:+To make human-readable error reporting possible, assembly code can be annotated with extra information. Debugging annotations are added to each assembly code line. To mark the beginning of the information, the character ''|'' is used; after this character, the line number, column number, and file name are reported, separated by commas. No spaces are allowed before or after the commas. Line and column counts start from 1. For example:
  
 <file> <file>
  • buzz_assembler.txt
  • Last modified: 2016/07/14 23:47
  • by ilpincy