so I am trying to make a function to allows 64bit ints on 32bit chips as well as a fat 128 */ intermidate result.
found this nice C lib for that https://github.com/michaeljclark/c128/blob/trunk/include/integer.h
now I would really prefer to not need to ship a full dynamic linker there...
so I need a way to use call-c from within that chip but there is NO docs on how to pass args into the forth runtime when it is embedded into a c program.
so I am trying to make a function to allows 64bit ints on 32bit chips as well as a fat 128 */ intermidate result.
found this nice C lib for that https://github.com/michaeljclark/c128/blob/trunk/include/integer.h
now I would really prefer to not need to ship a full dynamic linker there...
so I need a way to use call-c from within that chip but there is NO docs on how to pass args into the forth runtime when it is embedded into a c program.