fasmw17304
fasm 

所属分类:汇编语言
开发工具:WINDOWS
文件大小:1031KB
下载次数:2
上传日期:2019-01-16 13:02:03
上 传 者eagler1101
说明:  Fasm assembler 17304 version

文件列表:
fasmw17304\EXAMPLES\BEER\BEER.ASM (1006, 2009-03-07)
fasmw17304\EXAMPLES\BEER\BEER.EXE (1024, 2018-04-30)
fasmw17304\EXAMPLES\DDRAW\DDRAW.ASM (5897, 2016-10-17)
fasmw17304\EXAMPLES\DDRAW\DDRAW.EXE (4608, 2018-04-30)
fasmw17304\EXAMPLES\DDRAW\DDRAW.GIF (58677, 2005-02-11)
fasmw17304\EXAMPLES\DDRAW\DDRAW.INC (12288, 2006-03-09)
fasmw17304\EXAMPLES\DDRAW\GIF87A.INC (3606, 2012-10-08)
fasmw17304\EXAMPLES\DIALOG\DIALOG.ASM (3918, 2010-10-26)
fasmw17304\EXAMPLES\DIALOG\DIALOG.EXE (3072, 2018-04-30)
fasmw17304\EXAMPLES\DLL\ERRORMSG.ASM (1211, 2012-06-01)
fasmw17304\EXAMPLES\DLL\ERRORMSG.DLL (3072, 2018-04-30)
fasmw17304\EXAMPLES\DLL\LASTERR.ASM (452, 2015-03-23)
fasmw17304\EXAMPLES\DLL\LASTERR.EXE (1536, 2018-04-30)
fasmw17304\EXAMPLES\HELLO\HELLO.ASM (437, 2017-11-25)
fasmw17304\EXAMPLES\HELLO\HELLO.EXE (1536, 2018-04-30)
fasmw17304\EXAMPLES\MINIPAD\MINIPAD.ASM (4945, 2015-03-23)
fasmw17304\EXAMPLES\MINIPAD\MINIPAD.EXE (5632, 2018-04-30)
fasmw17304\EXAMPLES\MINIPAD\MINIPAD.ICO (766, 2005-02-11)
fasmw17304\EXAMPLES\MSCOFF\MSCOFF.ASM (374, 2012-09-20)
fasmw17304\EXAMPLES\MSCOFF\MSCOFF.OBJ (277, 2018-04-30)
fasmw17304\EXAMPLES\OPENGL\OPENGL.ASM (19361, 2009-08-01)
fasmw17304\EXAMPLES\OPENGL\OPENGL.EXE (3072, 2018-04-30)
fasmw17304\EXAMPLES\OPENGL\OPENGL.INC (65134, 2005-06-14)
fasmw17304\EXAMPLES\PEDEMO\PEDEMO.ASM (888, 2015-10-30)
fasmw17304\EXAMPLES\PEDEMO\PEDEMO.EXE (3072, 2018-04-30)
fasmw17304\EXAMPLES\TEMPLATE\TEMPLATE.ASM (1499, 2016-10-16)
fasmw17304\EXAMPLES\TEMPLATE\TEMPLATE.EXE (2048, 2018-04-30)
fasmw17304\EXAMPLES\USECOM\USECOM.ASM (3437, 2016-10-17)
fasmw17304\EXAMPLES\USECOM\USECOM.EXE (3072, 2018-04-30)
fasmw17304\EXAMPLES\WIN64\DLL\MSGDEMO.ASM (465, 2015-03-23)
fasmw17304\EXAMPLES\WIN64\DLL\MSGDEMO.EXE (2048, 2018-04-30)
fasmw17304\EXAMPLES\WIN64\DLL\WRITEMSG.ASM (907, 2017-04-12)
fasmw17304\EXAMPLES\WIN64\DLL\WRITEMSG.DLL (3072, 2018-04-30)
fasmw17304\EXAMPLES\WIN64\MANDEL\DDRAW64.INC (12302, 2017-04-12)
fasmw17304\EXAMPLES\WIN64\MANDEL\MANDEL.ASM (5931, 2013-03-08)
fasmw17304\EXAMPLES\WIN64\MANDEL\MANDEL.EXE (4608, 2018-04-30)
fasmw17304\EXAMPLES\WIN64\OPENGL\OPENGL.ASM (19668, 2011-06-02)
fasmw17304\EXAMPLES\WIN64\OPENGL\OPENGL.EXE (4096, 2018-04-30)
fasmw17304\EXAMPLES\WIN64\PE64DEMO\PE64DEMO.ASM (882, 2009-02-28)
fasmw17304\EXAMPLES\WIN64\PE64DEMO\PE64DEMO.EXE (2048, 2018-04-30)
... ...

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.

近期下载者

相关文件


收藏者