We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Amazing extension.
I'd love to see a visualizer so that if I highight:
.byte $30 .byte $30 .byte $30 .byte $18 .byte $18 .byte $0C .byte $4C .byte $4C .byte $7C .byte $00
it displays something showing the (reversed) binary representation of bits:
| | | XXXXX | | X XX | | X XX | | XX | | XX | | XX | | XX | | XX | | XX |
as this is how the 2600 stores character graphics.
The text was updated successfully, but these errors were encountered:
similarly, for:
.byte $C6 .byte $C6 .byte $C6 .byte $C6 .byte $EE .byte $EE .byte $6C .byte $6C .byte $28 .byte $28 .byte $28 .byte $28
| X X | | X X | | X X | | X X | | XX XX | | XX XX | |XXX XXX | |XXX XXX | |XX XX | |XX XX | |XX XX | |XX XX |
Sorry, something went wrong.
No branches or pull requests
Amazing extension.
I'd love to see a visualizer so that if I highight:
it displays something showing the (reversed) binary representation of bits:
as this is how the 2600 stores character graphics.
The text was updated successfully, but these errors were encountered: