|
TheProgrammingZone's front page. All the latest programming and game development news, as well as this week's feature game project! |
|
Game projects under development by members of the TheProgrammingZone Community. Show them your support, and check out their games! |
|
A forum to interact with your fellow programmers. |
|
TheProgrammingZone's products. Check out some of our in house products that we made. |
|
You want to contact the guy behind TheProgrammingZone? Here's where to do it! |
|
|
|
|
Add a Link << Back to Category Listing
Links - Assembly Links
PE Explorer Disassembler PE Explorer Disassembler utilizes a qualitative algorithm designed to reconstruct the assembly language source code of target binary win32 PE files (EXE, DLL, OCX) with the highest degree of accuracy possible. PE Explorer also provides: an API function Syntax Lookup, Dependency Scanner, Section Editor, and a Resource editor. Submitted by: pexplorer [ http://www.heaventools.com ] [ Report Link ] |
Linux Assembly If you are looking for information on assembly programming under UNIX-like operating systems (Linux/BSD/BeOS/etc), this is the right place to be. Here you can find various resources, ranging from tutorials and documentation, to actual programs written in assembly language. Submitted by: VisualBasicZone [ http://linuxassembly.org ] [ Report Link ] |
NASM NASM needs no introduction. Originally created as an alternative to the commercial assemblers available at the time (MASM, TASM) the creaters sought to create an assembler that did only what the programmer told it to do and not second-guess the programmer or overload it with lots of features. The project is fairly inactive these days. NASM is open source. Submitted by: VisualBasicZone [ http://nasm.sourceforge.net ] [ Report Link ] |
HLA The HLA (High Level Assembly) language was developed as a tool to help teach assembly language programming and machine organization to University students at the University of California, Riverside. The basic idea was to teach students assembly language programming by leveraging their knowledge of high level languages like C/C++ and Pascal/Delphi. At the same time, HLA was designed to allow advanced assembly language programmers write more readable and more powerful assembly language code. Submitted by: VisualBasicZone [ http://webster.cs.ucr.edu ] [ Report Link ] |
FASM The flat assembler is a fast and efficient self-assembling 80x86 assembler for DOS, Windows and Linux. It supports all 8086-80486/Pentium instructions with MMX, SSE, SSE2 and 3DNow! extensions, can produce output in binary, MZ, PE or COFF format. Has the advanced but easy to use macroinstruction support and does multiple quick passes to optimize the code for size. It is self-compilable and the full source code is included. Submitted by: VisualBasicZone [ http://flatassembler.net ] [ Report Link ] |
RadASM RadASM is a powerful IDE that manages assembly projects targeting various assemblers including: MASM, TASM, NASM, FASM, HLA, Etc.. Among some of its more powerful features is an integrated visual dialog editor, intellisense, and a powerful extensibility model that allows for plug-ins to be written. Submitted by: VisualBasicZone [ http://radasm.visualassembler.com ] [ Report Link ] |
Win32Asm Community Messageboard MASM32 MASM32 is a working development for programmers who are interested in either learning or writing 32 bit Microsoft assembler (MASM). Submitted by: VisualBasicZone [ http://www.masm32.com ] [ Report Link ] | Pages: 1 Order by descending date. Order by ascending date |
|