fasmw16937

所属分类:编译器/解释器
开发工具:Unix_Linux
文件大小:956KB
下载次数:9
上传日期:2013-04-10 15:12:14
上 传 者liliangpdn
说明:  fasm编译器,可以对汇编代码进行编译。
(fasm compiler can compile assembly code.)

文件列表:
EXAMPLES\BEER\BEER.ASM (1006, 2009-03-08)
EXAMPLES\BEER\BEER.EXE (1024, 2012-02-14)
EXAMPLES\DDRAW\DDRAW.ASM (5897, 2011-06-03)
EXAMPLES\DDRAW\DDRAW.EXE (4608, 2012-02-14)
EXAMPLES\DDRAW\DDRAW.GIF (58677, 2005-02-12)
EXAMPLES\DDRAW\DDRAW.INC (12288, 2006-03-10)
EXAMPLES\DDRAW\GIF87A.INC (3368, 2011-06-02)
EXAMPLES\DIALOG\DIALOG.ASM (3918, 2010-10-27)
EXAMPLES\DIALOG\DIALOG.EXE (3072, 2012-02-14)
EXAMPLES\DLL\ERRORMSG.ASM (1202, 2010-11-27)
EXAMPLES\DLL\ERRORMSG.DLL (3072, 2012-02-14)
EXAMPLES\DLL\LASTERR.ASM (395, 2009-02-28)
EXAMPLES\DLL\LASTERR.EXE (1536, 2012-02-14)
EXAMPLES\HELLO\HELLO.ASM (326, 2009-07-25)
EXAMPLES\HELLO\HELLO.EXE (1536, 2012-02-14)
EXAMPLES\MINIPAD\MINIPAD.ASM (4885, 2009-03-02)
EXAMPLES\MINIPAD\MINIPAD.EXE (5632, 2012-02-14)
EXAMPLES\MINIPAD\MINIPAD.ICO (766, 2005-02-12)
EXAMPLES\MSCOFF\MSCOFF.ASM (374, 2005-02-12)
EXAMPLES\MSCOFF\MSCOFF.OBJ (277, 2012-02-14)
EXAMPLES\OPENGL\OPENGL.ASM (19361, 2009-08-02)
EXAMPLES\OPENGL\OPENGL.EXE (3072, 2012-02-14)
EXAMPLES\OPENGL\OPENGL.INC (65134, 2005-06-15)
EXAMPLES\PEDEMO\PEDEMO.ASM (888, 2009-02-28)
EXAMPLES\PEDEMO\PEDEMO.EXE (3072, 2012-02-14)
EXAMPLES\TEMPLATE\TEMPLATE.ASM (1499, 2010-09-05)
EXAMPLES\TEMPLATE\TEMPLATE.EXE (2048, 2012-02-14)
EXAMPLES\USECOM\USECOM.ASM (3437, 2012-02-12)
EXAMPLES\USECOM\USECOM.EXE (3072, 2012-02-14)
EXAMPLES\WIN64\MANDEL\DDRAW64.INC (12302, 2009-07-25)
EXAMPLES\WIN64\MANDEL\MANDEL.ASM (5904, 2011-12-17)
EXAMPLES\WIN64\MANDEL\MANDEL.EXE (4608, 2012-02-14)
EXAMPLES\WIN64\OPENGL\OPENGL.ASM (19668, 2011-06-02)
EXAMPLES\WIN64\OPENGL\OPENGL.EXE (4096, 2012-02-14)
EXAMPLES\WIN64\PE64DEMO\PE64DEMO.ASM (882, 2009-02-28)
EXAMPLES\WIN64\PE64DEMO\PE64DEMO.EXE (2048, 2012-02-14)
EXAMPLES\WIN64\TEMPLATE\TEMPLATE.ASM (1913, 2009-08-02)
EXAMPLES\WIN64\TEMPLATE\TEMPLATE.EXE (2560, 2012-02-14)
EXAMPLES\WIN64\USECOM\USECOM.ASM (3446, 2010-08-31)
EXAMPLES\WIN64\USECOM\USECOM.EXE (3072, 2012-02-14)
... ...

This directory contains some tools, which extract various types of information from the symbolic information file generated by flat assembler, and present them in a human-readable form. The listing tool creates a listing of assembled code - this tool needs to be executed in the exact configuration, in which the assembly was taking place. All the source files and the output file aswell must not have been moved or modified - if any of them was altered before generating the listing, it is going to contain garbage instead of useful information. For example, if you assembled the file with the command like: fasm example.asm example.exe -s example.fas you should generate listing by immediately running this command from the same directory: listing example.fas example.lst In addition, the "-a" switch is recommended to use in the case of executable formats, as it allows to get the run-time addresses for all the assembled code and data. The preprocessed source and symbols dump tools are simpler ones - they only need the symbolic information file as input and generate proper output text regardless of the availability of other files.

近期下载者

相关文件


收藏者