Forum: Assembly May 14th, 2009 |
| Replies: 3 Views: 572 ORG (or sometimes, ".ORG" ) is an assembler directive.
assembler directives do not get translated into an instruction.
directives tell assembler *how* to assemble the source code into... |
Forum: Assembly May 14th, 2009 |
| Replies: 3 Views: 572 ORG declares the starting address where the code will be located in memory. |