Jump to content
IGNORED

asmembler code in ACTION!


russg

Recommended Posts

Can you specify an address to put a block of machine code in ACTION! editor?

I see in one runtime something like:

proc asmprog=*()

SET $600 = asmprog

[$A0$85$43$00..etc $60]

return

Would that now be at $600?

I know I can do machine code blocks in ACTION!

eg.

proc codeblock()

 

[ $A0 $85 $FF $C0 .... etc. end with a $60 RTS ]

 

return

 

There can't be a $60 RTS anywhere in the middle of the code, it has to execute straight through. So there also can't be a JSR in

the code because it would JSR $6xx, wouldn't know where to JSR to.

 

(I know how to spell assembler)

Edited by russg
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...