assembler for euphoria
- Posted by Hayden McKay <hmck1 at dodo.com.au> Oct 05, 2005
- 444 views
For people out there who use a third party assembler with euphoria ie: Pete's Mini Assembler, I've found an alternative. The FASM asm compliler found at www.flatassembler.com is free and does the job. It supports PE exe's & dll's, MZ exe's, Microsoft COFF, linux EPC and the usual flat binary output (like pete's mini assembler). It also supports 16, 32 & 64 bit code. quickly create dll or machine code for you euphoria programs. p.s. It has an excelent set of "directives" and "preprocessor" commands along with includes that automaticly import w32sock, kernal32 etc.. for you. be sure to read the HELP.PDF to grasp directives and symbols.