diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-01-11 07:00:45 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-01-11 07:00:45 +0000 |
| commit | 01d8d0ab8ba4ae90e848345d46ab61c22adf10e0 (patch) | |
| tree | 8a3d1f5507fc2e5fc76082c87d04b0f67cae93d0 | |
| parent | - Update to 1.229 (diff) | |
- 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
| -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 |
