On Mar 17, 2014, at 8:36 PM, Mike Stump <[email protected]> wrote: > So, to support things like this: > > (define_constants > (C1_TEMP_REGNUM PROLOGUE_SCRATCH_1) > (C1_TEMP2_REGNUM PROLOGUE_SCRATCH_2)
> Absent a better solution, I’d like to pursue this. So, it turns out the patch won’t do what I really wanted to do and the amount of extending the .md language would be more extensive that I had hoped for, so I’m withdrawing it. I can generate some .md content early on with a .c program and just use the generated content directly. This bridges the gap nicely and is easy to implement.
