soundscu
Joined: 29 Jun 2007 Posts: 62 Location: Raleigh, NC
|
How do I put specific asm instructions at address 0000? |
Posted: Sat Aug 11, 2007 11:06 am |
|
|
I need to control how instructions are placed in memory, i.e. #ORG. How can I force specific ASM instructions at the top of code, addresses 0 - 7? The obvious #ORG 00000,00007 results in an invalid ORG range error.
I'm using the complete PCW IDE with PCH 4.049.
Thanks,
Jim |
|