LYCOS RETRIEVER
Assembler: Assembler Language
built 650 days ago
Visual Assembler is an IDE for assembly language program that incorporates Rapid Application Development (RAD) features. Direct support is provided for win32 assembly programming on the Intel x86 processors, using the Masm, Nasm, or Tasm assemblers.
Source:
Assembler language is currently undergoing a renaissance, there are more and more programmers who are turning to it to produce fast compact code for the Windows family of operating systems. The openness of the community of programmers and the availability of powerful programming aids makes the once laborious task of writing a program in assembler easier than ever before. The following is a list of useful links for those programmers who wish to learn assembler for the 32 bit Windows environment.
Source:
Advanced Topics in Assembler Language includes a topic mix chosen with the customer. The topics might include: multi-tasking services; writing reenterant code; creating macro definitions; processing VSAM files or BDAM files in Assembler; and so on.
Source:
Visual Assembler is an attempt to apply Rapid Application Development techniques to assembly language programming. The Win32 programming market is dominated by "visual" RAD tools such as Delphi, Visual Basic, and C++ Builder that offer the programmer a flexible class library represented within an IDE by objects and wizards; the lure of these development environments is their speed and easily-negotiated learning curve, the payoff is the inordinately large applications they produce. While it can be argued that the power of modern machines is such that a 70 to 100K "hello world" application is perfectly acceptable on a platform with 32-128MB RAM and 4-8 GB of hardr drive space, this train of thought ignores the fundamental principles that 1) smaller applications run faster, and 2) the continual development of needlessly larger and larger applications does not merely encourage the production of larger and faster machines, but ... requires it, and ultimately contributes to the 16-month obsolescence that plagues computer hardware consumers and vendors to this day.
Source:
ASEM-51 is a two-pass macro assembler for the Intel MCS-51 family of microcontrollers. It is running on the PC under MS-DOS, Windows and Linux. The ASEM-51 assembly language is based on the standard Intel syntax, and implements conditional assembly, macros, and include file processing. The assembler can output object code in Intel-HEX or Intel OMF-51 format as well as a detailed list file. The ASEM-51 package includes support for more than 180 8051 derivatives, a bootstrap program for MCS-51 target boards, and documentation in ASCII and HTML format.
Source:
Instructions for the APS-DSP are written in efficient assembler language using a simple, straightforward, set of constructs. Provided macros make it easy to work with the DSP routines from the C and C++ programming environments of the APS processors. An included library offers pre-coded solutions for typical DSP challenges such as Fast Fourier Transforms (FFTs) and common architectures for both Finite Impulse Response (FIR) and Infinite Impulse Response (IIR) digital filters. Designers can use these specific solutions without having the detailed DSP expertise necessary to implement the algorithms from scratch.
Source: