Jump to content
IGNORED

Altirra ".writemem" fails with "Unable to open file for write"


Recommended Posts

Figured it out. Don't use paths with spaces. No quotes fails on first space-separated word. Both single- and double-quotes are useless. Then, for a path that DOESN'T have spaces, don't forget to take off the quotes you previously tried to use on that other path WITH the spaces.

.writemem H:\Workbench\charmap.chr $e000 L$400

This worked.

  • Like 2
Link to comment
Share on other sites

This is a bug, I'll fix it for next version. The .readmem and .writemem commands are using the wrong argument type in the debugger command line parser.

 

BTW, the parser doesn't use single quotes. It's always double quotes for quoting.

  • Like 2
Link to comment
Share on other sites

This is a bug, I'll fix it for next version. The .readmem and .writemem commands are using the wrong argument type in the debugger command line parser.

 

BTW, the parser doesn't use single quotes. It's always double quotes for quoting.

 

Thanks, again, for this incredible software!

  • Like 1
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...