Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

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

Link to this comparison view

origin [2019/05/07 21:21] – created neilsorigin [2019/05/07 21:22] (current) neils
Line 5: Line 5:
  origin <int number address>  origin <int number address>
  
-The ''ORIGIN'' command instructs the underlying assembler to locate the code or data that follows to a specific location instead of the normal flow.+The ''ORIGIN'' command instructs the underlying assembler to compile subsequent code or data to a new address instead of the current address.
  
   * If the new address is less than the current address, the program won't compile.   * If the new address is less than the current address, the program won't compile.