OrgSyntax:
 
 
#org ADDRESS
 
 
Sets the origin address, effective since the first instruction following the directive's line. ADDRESS can be either a symbol or a numerical expression. 
 
 
The following statements are valid:
 
 
START  equ 0x400
 
#org   START
 
#org   0x400
 
 
The following will result in error: "Illegal use of string":
 
 
#org  $START
 
 
  |   
 Homebuilt CPUs WebRing
 
JavaScript by Qirien Dhaela
 Join the ring?
David Brooks, the designer of the Simplex-III homebrew computer, has founded the Homebuilt CPUs Web Ring. To join, drop David a line, mentioning your page's URL. He will then add it to the list.  
You will need to copy this code fragment into your page. 
 
Project start date: May 13 of 2009
 
 |