Jump to content
IGNORED

I have the merlin assembler. How do i use it?


Frozone212

Recommended Posts

16 minutes ago, Frozone212 said:

i meant the code that's saved in the assembler. After i leave edit mode. I save it as source, but how do i run it so that it shows up onscreen

Oh, there's several ways to do it, but assuming you've assembled the source and saved the object code (something.o) file from Merlin you then:

 

load "something.o",8,1

 

Then if you didn't have an ORG statement in your code (it defaults to $8000) you would type: sys 32768

 

 

 

 

Link to comment
Share on other sites

42 minutes ago, Frozone212 said:

when i go to save the object code, the screen blurs, jumps and i'm still on the main menu

 

OK not sure exactly what you’re doing, but you have to save the object code after a successful assembly.

 

So start over, load the source, assemble the source, if successful, save the object code.

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...