Online look-up table generator

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems. See the NESdev wiki for more information.

Moderator: Moderators

Post Reply
qalle
Posts: 50
Joined: Wed Aug 16, 2017 12:15 am

Online look-up table generator

Post by qalle »

I created a web page that generates 8-bit look-up tables:
http://alle.fi/lut.php (edit: URL)

There are a few dozen tables to choose from. The base of output values (binary/decimal/hexadecimal), padding, indentation, number of values per line, etc. can be configured.

Of course, it is easy to write a script from scratch when you need a look-up table, but with my web page, your NES programming flow will not be disrupted.
Attachments
lut.php.zip
PHP source, in case the site disappears
(5.14 KiB) Downloaded 471 times
Post Reply