When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Programmable calculator - Wikipedia

    en.wikipedia.org/wiki/Programmable_calculator

    Machine language programming was often discouraged on early calculator models; however, dedicated platform hackers discovered ways to bypass the built-in interpreters on some models and program the calculator directly in assembly language, a technique that was first discovered and utilized on the TI-85 due to a programming flaw in a mode ...

  3. bc (programming language) - Wikipedia

    en.wikipedia.org/wiki/Bc_(programming_language)

    bc first appeared in Version 6 Unix in 1975. It was written by Lorinda Cherry of Bell Labs as a front end to dc, an arbitrary-precision calculator written by Robert Morris and Cherry. dc performed arbitrary-precision computations specified in reverse Polish notation. bc provided a conventional programming-language interface to the same capability via a simple compiler (a single yacc source ...

  4. TI-BASIC 83 - Wikipedia

    en.wikipedia.org/wiki/TI-BASIC_83

    TI-BASIC 83,TI-BASIC Z80 or simply TI-BASIC, is the built-in programming language for the Texas Instruments programmable calculators in the TI-83 series. [1] Calculators that implement TI-BASIC have a built in editor for writing programs.

  5. TI-BASIC - Wikipedia

    en.wikipedia.org/wiki/TI-BASIC

    The growth of the hobbyist graphing calculator community in the 1990s brought with it sharing and collaboration, including the need to share TI-BASIC code on mailing lists and discussion forums. At first, this was done by typing out the TI-BASIC code from a calculator screen into a computer by hand, or conversely, entering programs manually ...

  6. RPL (programming language) - Wikipedia

    en.wikipedia.org/wiki/RPL_(programming_language)

    HP 48G calculator, uses RPL . RPL is a handheld calculator operating system and application programming language used on Hewlett-Packard's scientific graphing RPN (Reverse Polish Notation) calculators of the HP 28, 48, 49 and 50 series, but it is also usable on non-RPN calculators, such as the 38, 39 and 40 series.

  7. Atari Calculator - Wikipedia

    en.wikipedia.org/wiki/Atari_Calculator

    Atari Calculator (or Calculator) is a proprietary software program developed by Atari, Inc. for Atari 8-bit computers and publoished in 1979. It incorporates the functionality of a scientific calculator into a software calculator. It was written in assembly language by American programmer and game designer Carol Shaw.

  8. HP-16C - Wikipedia

    en.wikipedia.org/wiki/HP-16C

    Each step and label uses one byte, which consumes register space in 7 byte increments. Here is a sample program that computes the factorial of an integer number from 2 to 69. The program takes up 9 bytes. The codes displayed while entering the program generally correspond to the keypad row/column coordinates of the keys pressed.

  9. dc (computer program) - Wikipedia

    en.wikipedia.org/wiki/Dc_(computer_program)

    dc (desk calculator) is a cross-platform reverse-Polish calculator which supports arbitrary-precision arithmetic. [1] It was written by Lorinda Cherry and Robert Morris at Bell Labs. [2] It is one of the oldest Unix utilities, preceding even the invention of the C programming language. Like other utilities of that vintage, it has a powerful set ...