@oe1cxw So, I'm looking into embedvm for a project- the Python compiler in particular is _really_ cool! Just one issue... how are you supposed to use the Python compiler output? You only get a .bin and .sym file, no .hdr :(!
The .hdr file generated by evmcomp just contains the data from .sym and the binary data from .bin as a list of decimals for each byte. The .hdr file is only useful if you embed the embedvm program in a C program, which is usually only done for early testing.
-
-
In order to start the VM program however, I still need to know the entry point address and initialize the embedVM state w/ this address, correct? This address may change, especially as I add/remove Python code.
-
I can always tweak the entry point to the Python program manually :). Was just wondering if there was an programmatic way to get the entry point, so if I tweak the Python program the C portion of my project knows about the entry point addr changing.
- Show replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.