j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Adding local variable support to OpenBIOS is going to have to involve changing the interpret word. Making changes to the c version would be a lot easier than making changes to the forth version. How do I make OpenBIOS use the c version (found in bootstrap.c) instead of the forth version?
On 2/27/10 1:53 AM, Programmingkid wrote:
Adding local variable support to OpenBIOS is going to have to involve changing the interpret word. Making changes to the c version would be a lot easier than making changes to the forth version. How do I make OpenBIOS use the c version (found in bootstrap.c) instead of the forth version?
That version is just for boot strapping.
Please implement the local variable support in forth, if you're going to implement it.
Stefan