atari-dev-studio
atari-dev-studio copied to clipboard
Add 2600 binary visualizer
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.
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 |
Hi there!
Sorry I missed this earlier.
So this is something you like in a popup tooltip type thing? Perhaps I could consider a right-click menu item to append that to the source line(s)?
Matt
either would be great!
I'll add to my list of todos! I haven't added much for the 2600 bB/asm side of things in a while so it's probably about time!