home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / X86_32_Bit209604122008.psc / @PSC_ReadMe_69861_1.txt
Text File  |  2008-01-02  |  1KB  |  9 lines

  1. Title: X86 32 Bit Assembler
  2. Description: This is an experimental 32 Bit Assembler. Originally planned for me to learn assembly language it turned out way bigger then I thought. It supports most of the standard, FPU, MMX, SSE and 3DNow instructions,
  3. can write Windows executables, has WinAPI support, can assemble SIB expressions (for example [eax*2+ebx-10]) and of course has labels. There are 2 examples in the zip file: An editor for writing Windows Executables and an example of assembling source code at runtime to directly call it (a touch of inline assembler).
  4.  //Update: The examples had German comments and there was a small bug in the console example.
  5. This file came from Planet-Source-Code.com...the home millions of lines of source code
  6. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=69861&lngWId=1
  7.  
  8. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  9.