flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2 |
Author |
|
rugxulo 20 Sep 2005, 07:29
Juras wrote: ndisasm is a good disassembler, also OpenWatcom C/C++ has its disassembler, which understands .obj files and a good debugger (with MMX, SSE support)... Code: @echo off REM Tested on DR-DOS 7.03 Lite and (partially) WinXP Home SP2 REM rugxulo@NOSPAM.PLEASE.bellsouth.net REM Monday, September 19, 2005 7:11pm if not exist cm*.zip if not exist ext*.zip goto usage if not exist %1.asm goto usage if "%WATCOM%"=="" set PATH=.\binw;%PATH% if "%WATCOM%"=="" set WATCOM=. unzip32 -qqn cm*.zip unzip32 -qqn ext*.zip wasm.exe -d3 %1.asm wlink debug all format dos com file %1.obj name %1.com wd %1.com %2 %3 %4 %5 %6 %7 %8 %9 goto exit :usage echo. echo ftp://ftp.openwatcom.org/watcom/zips-1.3/ echo. echo 1. ( CM_CORE_DOSWIN.ZIP ) 867,335 (includes WLINK.EXE, WASM.EXE) echo 2. ( CM_CORE_ALL.ZIP ) 115,098 ('' WLSYSTEM.LNK) echo 3. ( CM_DBG_MISC1.ZIP ) 554,522 ('' WD.EXE) echo 4. ( CM_DBG_ALL.ZIP ) 26,218 ('' CPP.PRS) echo 5. ( EXT_DOS4GW.ZIP ) 268,440 ('' DOS4GW.EXE) echo ====================== 1,831,613 (total bytes) echo. echo These files above (at least!) are required. echo. :exit EDIT: Bah, just look here for OpenWatcom 1.6 (unless you want 1.3 for some odd reason). Last edited by rugxulo on 28 Dec 2006, 21:21; edited 1 time in total |
|||
![]() |
|
rugxulo 25 Sep 2005, 01:23
This program will write a disassembly to file (as well as edit the binary, etc):
Biew (Binary vIEW for DOS, OS/2, Win, BSD, Linux) is a free, portable, advanced file viewer with built-in editor for binary, hexadecimal and disassembler modes. It contains a highlight AVR/Java/Athlon64/Prescott/K7-Athlon/Cyrix-M2 disassembler, full preview of MZ, NE, PE, LE, LX. http://sourceforge.net/project/showfiles.php?group_id=1475 Llama Boy wrote:
Last edited by rugxulo on 08 Oct 2005, 21:51; edited 1 time in total |
|||
![]() |
|
mrpink 08 Oct 2005, 11:52
The latest version of IDA(4.3) can be downloaded from
ftp://ftp.simtel.net/pub/simtelnet/winxp/progmisc/freeida43.exe |
|||
![]() |
|
penang 21 Oct 2005, 10:24
[quote="Matrix"]FASM is not that popular yet to be a disassembler for it.
but you can translate other assembly laguage to FASM, i know [url=http://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/WDASM.shtml]W32Dasm 8.94[/url] , good debugger and decompiler too. example download url, ... $75 to buy, free to try[/quote] The site for the developer of W32DASM, URsoftware, http://members.cox.net/w32dasm/, is invalid. A google search get this site, www.ursoftware.com as ursoftware, but a check on their product listing at www.ursoftware.com/products.htm doesn't include W32DASM. Therefore, I am not sure if the new ursoftware is the same as the one producing W32DASM. |
|||
![]() |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.