Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Saurabh Joshi edited this pageApr 12, 2024 ·4 revisions

MARIE.js has a 15-bit RGB 16x16 display as output, which can be accessed by clicking on "Display" tab on the right side. This allows you to draw pixels to screen using assembly code.

The display reads from the last 256 memory cells, that is between addresses 0xF00 and 0xFFF inclusive.

Memory addressRow numberColumn number
0xF0011
0xF0112
.........
0xF0F116
0xF1021
0xF1122
.........
0xF1F216
.........
.........
0xFFF1616

Each memory cell reads 5 bits for each colour channel, with the most significant bit unused.

UnusedRedGreenBlue
1 bit (most significant bit)5 bits5 bits5 bits (least significant bits)
MARIE.js Wiki |License
Copyright © 2018 Jason Nguyen, Saurabh Joshi, Eric Jiang, Felix Salim, Guido Tack, Monash University
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp