wendelscardua / nes-calculator

NES calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NES Calculator

Scientific calculator for NES, based on http://www.crbond.com/calc65.htm and inspired by this tweet.

Screenshot showing the calculator running on an emulator..

Usage

  • D-pad: moves button cursor
  • A: press a button
  • B: toggles between exp and log buttons, between square and square root buttons, and between normal, inverse, hyperbolic and inverse hyperbolic trigonometric buttons.

Compiling

First, install cc65. Then run

$ make

to build the calculator.nes ROM.

Other targets are available as well:

$ make debug # will build with a DEBUG flag; for now only used for "tint" to indicate CPU usage
$ make run # will build the debug target then run on an emulator (see `EMULATOR` variable on the `Makefile`)
$ make usage # computes information about ROM/RAM usage, based on ld map output

About

NES calculator


Languages

Language:NWScript 46.6%Language:Assembly 46.3%Language:Ruby 5.4%Language:HTML 1.1%Language:Makefile 0.4%Language:PHP 0.2%