Users browsing this thread: 1 Guest(s)
ASM Question

#2
Posts: 3,971
Threads: 279
Thanks Received: 237
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
You got the idea but your asm file will not work. You need instructions in your asm file and not the hex they are represented by. (there are ways to insert hex data though)

As an example a working piece of code for the assembler would be:

Code:
org $C22872
LDA #$40
STA $1969

You can repeat the org instruction to "place your assembler cursor" on an offset. If your code is one block you only need a single org instruction.
  Find
Quote  



Messages In This Thread
ASM Question - by Simulacrum - 10-22-2017, 12:06 AM
RE: ASM Question - by madsiur - 10-22-2017, 10:39 AM
RE: ASM Question - by Simulacrum - 10-22-2017, 09:58 PM
RE: ASM Question - by PowerPanda - 10-22-2017, 10:09 PM
RE: ASM Question - by Turbotastic - 10-23-2017, 06:56 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite