Differences

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

Link to this comparison view

cc65:the_.org_directive [2010-05-30 19:00]
uz created
cc65:the_.org_directive [2010-06-01 22:24] (current)
uz
Line 2: Line 2:
 ====== The .ORG directive ====== ====== The .ORG directive ======
  
-===== I've ported an assembler program that was originally written for some other assembler. The program uses .ORG to place code at specific addresses. While the program assembles fine with ca65, the code placement does not seem to work.=====+** I've ported an assembler program that was originally written for some other assembler. The program uses .ORG to place code at specific addresses. While the program assembles fine with ca65, the code placement does not seem to work. **
  
 Most other assemblers for the 6502 handle .ORG different than ca65. The reason is, that these tools usually do not use a linker. Professional development systems separate the job of the assembler and the linker to gain more flexibility and to implement features not possible with just one tool. Most other assemblers for the 6502 handle .ORG different than ca65. The reason is, that these tools usually do not use a linker. Professional development systems separate the job of the assembler and the linker to gain more flexibility and to implement features not possible with just one tool.
cc65/the_.org_directive.txt ยท Last modified: 2010-06-01 22:24 by uz
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki