You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added an Apple 1 target to VC83 and tested it on the Honeycrisp emulator and my "real" APL1 replica hardware. It loads into RAM at $4000. You can try it in the Honeycrisp emulator by simply pasting the Wozmon text after you clear the screen and reset and then entering 4000R and Enter. Wozmon text can be generated from the binary with my tool bin2woz: https://github.com/acwright/bin2woz. Be sure to change the Honeycrisp settings to 32KB of RAM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've added an Apple 1 target to VC83 and tested it on the Honeycrisp emulator and my "real" APL1 replica hardware. It loads into RAM at $4000. You can try it in the Honeycrisp emulator by simply pasting the Wozmon text after you clear the screen and reset and then entering
4000Rand Enter. Wozmon text can be generated from the binary with my toolbin2woz: https://github.com/acwright/bin2woz. Be sure to change the Honeycrisp settings to 32KB of RAM.https://landonjsmith.com/projects/honeycrisp.html