diff options
| -rw-r--r-- | devel/hp48cc/pkg-descr | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/hp48cc/pkg-descr b/devel/hp48cc/pkg-descr index 22dd0b852a42..ff5ea80b893e 100644 --- a/devel/hp48cc/pkg-descr +++ b/devel/hp48cc/pkg-descr @@ -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 |
