fas2obj is a tool to do source level debugging of Fasm programs using Visual Studio.

Overview

The process is as follow:

Syntax

fas2obj <fas-file> <obj-file> <output-obj-file>

Example:

fasm test.asm -s test.fas test.obj
fas2obj test.fas test.obj test_dbg.obj
link /nologo /incremental:NO /debug /debugtype:cv /subsystem:console /entry:start \
    test_dbg.obj /nodefaultlib kernel32.lib /OUT:test.exe

Download

Filename Size
fas2obj.zip 8K
fas2obj-src.zip 28K