- Reformat description text to fit more nicely into standard 80-character
terminal screen - Add a note about GCC-based `devel/hp48xgcc' port which might be better alternative to this port
This commit is contained in:
parent
95948592cd
commit
01d8d0ab8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267630
1 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,9 @@
|
|||
hp48cc is a C-like compiler that translates the 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, but powerful enough to write
|
||||
complex programs simply.
|
||||
hp48cc is a C-like compiler that translates the 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, but powerful enough to
|
||||
write complex programs simply.
|
||||
|
||||
Note that GCC-based `devel/hp48xgcc' port exists which directly translates C
|
||||
code into Saturn (HP48 processor) opcodes.
|
||||
|
||||
WWW: http://www.sigala.it/sandro/software.php#hp48cc
|
||||
|
|
Loading…
Reference in a new issue