Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[CVS ci] dynamic oplibs - plain core

7 views
Skip to first unread message

Leopold Toetsch

unread,
Oct 14, 2003, 8:28:14 AM10/14/03
to P6I
from dynoplibs/test.pasm:

# now the fun can start
print "the answer is: "
fortytwo I0
print I0
what_do_you_get_if_you_multiply_six_by_nine S0
print " aka "
print S0
print "\n"
end

$ parrot dynoplibs/test.pasm
in test
loaded myops_ops
loaded foo
loaded libnci
found 3 libs
Ops runtime/parrot/dynext/myops_ops.so
PMC runtime/parrot/dynext/foo.so
NCI libnci.so
the answer is: 42 aka fortytwo

* plain (function) core only for now
* test.pasm loads some other libs for testing, which should be around

Have fun,
leo

0 new messages