Jump to content
IGNORED

Hardware development Question


arudzki

Recommended Posts

All,

 

I suspect I already know the answer, but:

 

If you're developing hardware for the 8bit, for example, an A/D converter and you put the circuit into a cartridge. To write the code to test it, you need to write a display interface to display the results of your read, correct? In other words, there isn't an interface like an ICE to be able to check values or single step and examine register or variable values in 'real time' is there?

 

I'm thinking that it's going to be a lot of poking and hoping.... am I right?

 

The A/D example above was just an example. I'm thinking of something more complex, so I may have to do something where I dump registers to the screen to verify or check values...

 

 

Thanks

 

Tony

Link to comment
Share on other sites

Not quite sure what it is you are asking but you can just store the data into screen RAM if you don't need formatting and such. Something like START LDA ADC : STA SCREEN,y : INY :JMP START. That will show you the 'value' of the last 256 reads of the ADC.

 

Bob

 

 

All,

 

I suspect I already know the answer, but:

 

If you're developing hardware for the 8bit, for example, an A/D converter and you put the circuit into a cartridge. To write the code to test it, you need to write a display interface to display the results of your read, correct? In other words, there isn't an interface like an ICE to be able to check values or single step and examine register or variable values in 'real time' is there?

 

I'm thinking that it's going to be a lot of poking and hoping.... am I right?

 

The A/D example above was just an example. I'm thinking of something more complex, so I may have to do something where I dump registers to the screen to verify or check values...

 

 

Thanks

 

Tony

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