Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twirling bar animation 8080 demo #212

Merged
merged 1 commit into from
Mar 11, 2022
Merged

Conversation

pamoroso
Copy link
Contributor

This program is a modified version of my Twirl 8080 demo.

Unlike the original version, which is intended to be ported to CP/M, the one I'm submitting here is designed to run only on emuStudio. This makes the code simpler as the ADM-3A escape codes the program uses are single bytes, only the putchar I/O subroutine is required, and the calls don't need to preserve any registers.

I donate this code to the emuStudio project under the GPL 3.0 license.

Add a twirling bar animation 8080 demo.
@vbmacher
Copy link
Collaborator

Thank you very much for this contribution Paolo! It's really nice and simple program. It's good to see that ADM-3A escape sequences work haha :)

@vbmacher vbmacher merged commit 8e784f6 into emustudio:develop Mar 11, 2022
@vbmacher
Copy link
Collaborator

@pamoroso Oh I merged it, but just after that I noticed push h instruction in your example. I dont see any pop h, so Im assuming it's some leftover from previous version of the program?

@pamoroso
Copy link
Contributor Author

You're right, that push h instruction is a leftover from the previous version of the program and can be removed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants