logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hp48cc — C to HP48 RPN compiler

Authors

       Sandro Sigala <sandro@sigala.it>

Debian                                           August 15, 2001                                       HP48CC(1)

Description

Hp48cc  is  a  C-like  compiler  that  translates  input  code  into the HP48 RPN language.  The language
       recognized by the compiler is only a small subset of the C language with  some  non-standard  extensions.
       However, the language is powerful enough to write complex programs simply.

       The options are as follows:

       -o      Set the output destination to file.

       -V      Print version information on standard output then exit.

Name

       hp48cc — C to HP48 RPN compiler

See Also

cc(1)

Synopsis

hp48cc [-V] [-ofile] [file...]

See Also