-
-
Save uiur/5632856 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WIDTH=16; | |
DEPTH=256; | |
ADDRESS_RADIX=HEX; | |
DATA_RADIX=BIN; | |
CONTENT BEGIN | |
000 : 1000000011111111; | |
001 : 1000000111111111; | |
002 : 1100100000010000; | |
003 : 1011100000000011; | |
[004..006] : 0000000000000000; | |
007 : 1100000110000100; | |
008 : 1100000110100010; | |
009 : 1100100011010000; | |
00A : 1100000111000000; | |
00B : 1100100011010000; | |
00C : 1100000011110000; | |
[00D..0FF] : 0000000000000000; | |
END; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment