Hi, On Fri, Apr 17, 2009 at 6:56 AM, pancake <[email protected]> wrote: > The other missing point in the x86-64 port is the support for asm inlines. > Are there plans > to implement it before the release? as far as I can see, all the work should > be done in > i386-asm.h where the opcodes are defined and x86-64 opcodes is mostly binary > compatible with the i386 ones (some of them are >1 byte bigger and there are > some new > opcodes like the "syscall" one. But a basic port should be fast do > implement.
Thanks for the suggestion. If we can forget SSE, I agree that x86-64 port may be not very difficult. Maybe the most difficult part is operands. We should support REX prefixes and 64bit immediate values. I'm happy to work on this. However, since I'm busy this month, it may take for a while. Thanks, _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
