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

Add 2600 binary visualizer #54

Open
milnak opened this issue Dec 5, 2024 · 1 comment
Open

Add 2600 binary visualizer #54

milnak opened this issue Dec 5, 2024 · 1 comment

Comments

@milnak
Copy link

milnak commented Dec 5, 2024

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.

@milnak
Copy link
Author

milnak commented Dec 5, 2024

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 |

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

No branches or pull requests

1 participant