Accessing stack values
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Accessing stack values
- From: Klaas-Jan Stol <vanderlay@...>
- Date: 2005年12月22日 15:27:45 +0100
hi,
I'm trying to translate the Lua assembly opcodes to another virtual
machine. Some ops , such as setlisto and some others, use the stack to
store values, if the #values is unknown during compile time (and thus,
translation time).
Can I access these values without the use of C?
regards,
klaas-jan