Hello.
I'm studing Gagatron ROM files and having some problems with machine codes.
What does 'st' mean?
001f d619 st [$19],y
I think it means 'store AC value to both RAM [$19] and Y register.' Is it right?
Is there a document that contains a description of the assembly?\
please help our team~
thx~ have good day
What does each assembly do?
Forum rules
Be nice. No drama.
Be nice. No drama.
Re: What does each assembly do?
Yes that's correct.
Documentation is here:
You can also single step through ROM source code in my emulator package and watch exactly how the native instruction works.
Documentation is here:
Code: Select all
https://gigatron.io/?cat=1
Re: What does each assembly do?
Thank you for your answer.
Can you give me your emulator link?
Can you give me your emulator link?
Re: What does each assembly do?
Emulator:
Various HW/SW links:
Code: Select all
https://github.com/at67/gigatron-rom/tree/master/Contrib/at67
Code: Select all
https://forum.gigatron.io/viewtopic.php?p=1592#p1592