Closed Peter-Jacob closed 1 year ago
A change you might have missed rxc (and rxvm) now need access to the library:
e.g. from my run.sh
../cmake-build-debug/compiler/rxc -i ../cmake-build-debug/lib/rxfns $1
../cmake-build-debug/assembler/rxas $1
../cmake-build-debug/interpreter/rxvm $1 ../cmake-build-debug/lib/rxfns/library -a $2 $3 $4
Note: Program arguments after the -a
Peter,
you can have a look at the shell scripts in the bin directory for easy reference on how to address the library.
On 15 Jun 2023, at 17:48, Adrian Sutherland @.***> wrote:
A change you might have missed rxc (and rxvm) now need access to the library:
e.g. from my run.sh
../cmake-build-debug/compiler/rxc -i ../cmake-build-debug/lib/rxfns $1
../cmake-build-debug/assembler/rxas $1
../cmake-build-debug/interpreter/rxvm $1 ../cmake-build-debug/lib/rxfns/library -a $2 $3 $4
Note: Program arguments after the -a
— Reply to this email directly, view it on GitHub https://github.com/adesutherland/CREXX/issues/340#issuecomment-1593324024, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3WJQP7KH2NIUMDNTHFTVLXLMVFLANCNFSM6AAAAAAZIARLYE. You are receiving this because you are subscribed to this thread.
tx, got it running!
The current VALUE coding is: