Suppose I have the useless hypothetical function:
But also suppose that for some reason, probably brain damage, I copy this function from my code segment into RAM at startup and make calls into it from there.
What assembler magic would I need to properly set the label addresses to the RAM location yet still place everything in one of my ROM segments?
Code:
;; Takes x register as an argument.proc foocpx barbne @donejmp @great_idea@done:rts@great_ideajmp @done.endproc
What assembler magic would I need to properly set the label addresses to the RAM location yet still place everything in one of my ROM segments?
Statistics: Posted by spaceharrier — Wed Jan 15, 2025 5:45 pm — Replies 1 — Views 104