flat assembler
Message board for the users of flat assembler.
Index
> Main > How to translate this? |
Author |
|
fasm9 01 Aug 2004, 06:32
HI, attached source code is written in nasm, how to translate to FASM?
|
|||||||||||
01 Aug 2004, 06:32 |
|
crc 01 Aug 2004, 07:05
Well, I did a quick conversion, and it assembles, but I haven't tested it So here it is. The basic steps were:
Code: %define NAME VALUE becomes> NAME equ VALUE extern NAME becomes> extrn NAME global NAME becomes> public NAME Add 'format TYPE' to start of file Remove 'section .text' and 'align 32'
|
|||||||||||
01 Aug 2004, 07:05 |
|
fasm9 01 Aug 2004, 10:01
|
|||
01 Aug 2004, 10:01 |
|
crc 01 Aug 2004, 10:14
no problem
|
|||
01 Aug 2004, 10:14 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.