<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Mon, Dec 17, 2018 at 7:19 AM JD Jones <<a href="mailto:jjones@prc-hsv.com">jjones@prc-hsv.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">When I sent my first email request for help, I was thinking along the lines of the generously provided, previous suggestions (Mr. Hoult, Mr. Korobeynikov, thank you again!), to just "make a stack" using what I've got, but that's not the way the current compiler (which was written in Haskell) does things. I was hoping for some thoughts about which way to go, and the responses validated and gladdened.<br></blockquote><div> </div><div>The problem here is that you haven't told us what you *do* have -- or for that matter whether you need to support all features of LLVM IR (or C), or leave some out, and if so then what?</div><div><br></div><div>For example, does your source language and hardware allow any notion of "address", pointers, pointer arithmetic (AREF), arrays?</div><div><br></div><div>What about loops? Functions? Assignment?</div><div><br></div></div></div>