Re: Colorforth AMD64
Terry Loveall <[email protected]>
| Newsgroups | gmane.comp.lang.forth.colorforth |
|---|---|
| Message-ID | <[email protected]> |
Steve, I don't have an AMD64 to try and get 4word running on. NASM doesn't support AMD64, yet, either. Flat Assembler: http://www.flatassembler.net and YASM: http://www.tortall.net/projects/yasm/ do support AMD64, but have subtley different syntax. You might be able to get 4word to build using YASM in AMD64 mode, but I doubt if the minimal elf-header I used will still be valid for 64-bit mode. Regards, Terry Loveall On Tue, 31 May 2005 21:32:07 -0400 Steve Weeks <[email protected]> wrote: > Has anyone tried to run Terry Loveall's 4word for x86/linux on an AMD64 > system? For me it makes fine, but seg faults immediately. Before I > jump into the code, has anyone else already tried this? If so, would > you mind giving me some pointers? > > Thanks, > Steve > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > Main web page - http://www.colorforth.com >