<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="RIGHT: auto"><SPAN style="RIGHT: auto">I don't want anything analogous to HLA, NASM, etc. I want an assembler that goes straight to memory.</SPAN></div>
<div style="FONT-SIZE: 16px; RIGHT: auto; COLOR: rgb(0,0,0); FONT-STYLE: normal; FONT-FAMILY: times new roman, new york, times, serif; BACKGROUND-COLOR: transparent"><SPAN style="RIGHT: auto"></SPAN>&nbsp;</div>
<div style="FONT-SIZE: 16px; RIGHT: auto; COLOR: rgb(0,0,0); FONT-STYLE: normal; FONT-FAMILY: times new roman, new york, times, serif; BACKGROUND-COLOR: transparent"><SPAN style="RIGHT: auto">I am writing a Forth system. I want it to be interactive in the usual Forth way. This means assembling a function at run-time and immediately being able to run the assembled function. </SPAN></div>
<div style="FONT-SIZE: 16px; RIGHT: auto; COLOR: rgb(0,0,0); FONT-STYLE: normal; FONT-FAMILY: times new roman, new york, times, serif; BACKGROUND-COLOR: transparent"><SPAN style="RIGHT: auto"></SPAN>&nbsp;</div>
<div style="FONT-SIZE: 16px; RIGHT: auto; COLOR: rgb(0,0,0); FONT-STYLE: normal; FONT-FAMILY: times new roman, new york, times, serif; BACKGROUND-COLOR: transparent"><SPAN style="RIGHT: auto">What I was doing in HLA was writing a lot of functions in HLA assembly. Then, during the run-time of the HLA program, pasting together snippets of those functions to produce new functions. This involves poking values into the code snippets after they are pasted in, for such things as literal values and displacement values and so forth. This is a major hassle. It also has a lot of limitations to what can be done. I'm much better off if I can just assemble the functions at run-time for the Forth system (which is compile-time for the user's Forth program).</SPAN></div>
<div style="FONT-SIZE: 16px; RIGHT: auto; COLOR: rgb(0,0,0); FONT-STYLE: normal; FONT-FAMILY: times new roman, new york, times, serif; BACKGROUND-COLOR: transparent"><SPAN style="RIGHT: auto"></SPAN>&nbsp;</div>
<div style="FONT-SIZE: 16px; RIGHT: auto; COLOR: rgb(0,0,0); FONT-STYLE: normal; FONT-FAMILY: times new roman, new york, times, serif; BACKGROUND-COLOR: transparent"><SPAN style="RIGHT: auto">I would like 64-bit though. My understanding is that there are CL assemblers available that provide 64-bit, and there is Gambit Scheme's assembler that also provides 64-bit. I think Racket may get voted off the island. I'm still interested in Racket for other things though.</SPAN></div>
<div style="FONT-SIZE: 16px; RIGHT: auto; COLOR: rgb(0,0,0); FONT-STYLE: normal; FONT-FAMILY: times new roman, new york, times, serif; BACKGROUND-COLOR: transparent"><SPAN style="RIGHT: auto"></SPAN><SPAN style="RIGHT: auto"></SPAN><SPAN style="RIGHT: auto"></SPAN><SPAN style="RIGHT: auto"></SPAN><SPAN style="RIGHT: auto"></SPAN><SPAN style="RIGHT: auto"></SPAN><SPAN style="RIGHT: auto"></SPAN><SPAN style="RIGHT: auto"></SPAN><SPAN style="RIGHT: auto"><VAR id=yui-ie-cursor></VAR></SPAN>&nbsp;</div>
<div><BR></div>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<DIV dir=ltr style="RIGHT: auto"><FONT face=Arial size=2>
<DIV class=hr style="BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 0px; FONT-SIZE: 0px; PADDING-BOTTOM: 0px; MARGIN: 5px 0px; BORDER-LEFT: #ccc 1px solid; LINE-HEIGHT: 0; PADDING-TOP: 0px; BORDER-BOTTOM: #ccc 1px solid; HEIGHT: 0px" readonly="true" contenteditable="false"></DIV><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Tony Garnock-Jones &lt;tonyg@ccs.neu.edu&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Hugh Aguilar &lt;hughaguilar96@yahoo.com&gt; <BR><B><SPAN style="FONT-WEIGHT: bold">Cc:</SPAN></B> "users@racket-lang.org" &lt;users@racket-lang.org&gt; <BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Tuesday, September 25, 2012 7:09 AM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [racket] assembly language<BR></FONT></DIV><BR>On 09/24/2012 01:27 AM, Hugh Aguilar wrote:<BR>&gt; Is there an x86 assembler available in Racket? If so, does it support<BR>&gt; the
 64-bit x86?<BR><BR>There's Noel Welsh's IA32 assembler <A href="https://github.com/noelwelsh/assembler" target=_blank>https://github.com/noelwelsh/assembler</A>. I guess it doesn't support x86_64 yet.<BR><BR>&gt; I'm writing a program in HLA right now. HLA is limited to 32-bit x86 and<BR>&gt; I would prefer 64-bit, although I can stick with 32-bit if necessary.<BR><BR>I don't think there's anything directly analogous to HLA. Noel's work assembles straight to memory, rather than being an offline assembler. I suppose with a bit of work (ELF emitter) it could be used instead of gas.<BR><BR>Regards,<BR>&nbsp; Tony<BR><BR><BR></DIV></DIV></div></body></html>