|
Dummies for Assembler I hope I got it this time ! =) "Dummies for Assembler" G'Night assembly language programmers and especially those who wannabe assembly programmers :) I know that most of you know that Emu8086 - Microprocessor Emulator has evolved to version 3.22 just 5 days ago! It's a full featured assembler IDE for dummies ... 26 Jun 2005 13:35
Assembler for Dummies G'Day assembly programmers and especially those who wannabe assembly programmers :) I know that most of you know that Emu8086 - Microprocessor Emulator has evolved to version 3.22 just 5 days ago! You can download this version from here: http://www.emu8086.com The new version supports emulation of DOS file ... 13 Jun 2005 22:09
Here's a program that crashes RosAsm The recent exchange concerning the age-old bug in RosAsm has suggested that the problems with RosAsm crashing are due to having a large percentage of symbols in a program relative to the size of the source file. Not that RosAsm should crash under these circumstances of course, but I decided to be fair and try to "w... 15 Jun 2005 23:59
MultiWindowed Adventure Game Hi All, This is really for Paul Panks, but the programming technique is sufficiently general and interesting that I will post it here. Paul needs the ability to put status information on the screen in a fixed location. This is difficult to do under Windows and Linux in a portable fashion, so I am offering an a... 30 May 2005 15:06
Assembly to C converter? Is there a program to convert .asm files to C/C++? For that matter, ..hla files to C/C++? Paul ... 24 May 2005 23:56
Conversion from COFF to OMF I need to convert object files in COFF format to OMF. The only free tool seems to be: "ftp://ftp.digitalmars.com/Digital_Mars_C++/Patch/COFF2OMF.zip" (this a non-Borland conversion utility coming with the Digital Mars C++ compiler) but I have been unable to get it. Do anyone have it and can share it, or knows any ... 31 Mar 2005 14:00
Killing Explorer :) Why do simple when you can do complicated ? [ExplorerClassName:"Progman" 0] [DestroyWindow| APIFindWindow #1 &NULL or eax eax | je D0> push eax | APIPostMessage eax &WM_QUIT 0 0 | pop eax D0:] ThisApp.DestroyExplorer: DestroyWindow ExplorerClassName ret Thats all it took :) The other code I po... 18 Mar 2005 10:41
Segmentation in real mode Hello, For some time now I have been learning assembly on my own using Webster. So far I have managed to build a small paper-and-pencil uP and read/comprehend most of the material from the 16-bit DOS version of AoA (I understand DOS is obsolete, but I have found it simpler to start with, hope to do better in the f... 29 Mar 2005 22:05
stricmp Hi All, I'm currently in the process of correcting a defect in the HLA Standard Library case insensitive string comparison routines. While I'm at it, I'm trying to speed it up a bit. I've written the following code: procedure stricmp; @nodisplay; @noframe; align(4); begin stricmp; push( ebx ); ... 12 Mar 2005 20:20
This group seems to be sufferring... For those of you in the Northern Hemisphere who have been unable to chase away the Winter dulldrums with a visit to the ski slope, I offer you evidence that Spring is just around the corner: http://nbaker.wirefire.com/S1010003.JPG 416 KB http://nbaker.wirefire.com/S1010005.JPG 384 KB Nathan. ... 7 Mar 2005 03:36 |