Skip to content

Add 2600 binary visualizer #54

@milnak

Description

@milnak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions