Jump to content
IGNORED

AUDF0 = AUDF0 + 1


Random Terrain

Recommended Posts

I spent many hours trying to figure out what in the heck I was doing wrong and just before I went to throw my monitor across the room, I figured out that this does not work:

 

  AUDF0 = AUDF0 + 1

 

I had to use this instead:

 

  x = x + 1 : AUDF0 = x

 

 

I either knew it and forgot or I never knew that you couldn't use AUDF0 = AUDF0 + 1.

Link to comment
Share on other sites

I spent many hours trying to figure out what in the heck I was doing wrong and just before I went to throw my monitor across the room, I figured out that this does not work:

 

  AUDF0 = AUDF0 + 1

 

I had to use this instead:

 

  x = x + 1 : AUDF0 = x

 

 

I either knew it and forgot or I never knew that you couldn't use AUDF0 = AUDF0 + 1.

TIA registers are either read-only or write-only. There are none that can be read and written to, which would AUDF0=AUDF0+1 would require. That probably should be a part of the bB command reference, as I'm sure it's not the first time it's been tried.
Link to comment
Share on other sites

TIA registers are either read-only or write-only. There are none that can be read and written to, which would AUDF0=AUDF0+1 would require. That probably should be a part of the bB command reference, as I'm sure it's not the first time it's been tried.

Thanks.

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