Hardware Access4106 (10/26/2003 10:22:12 PM) I know Windows prevents direct hardware access, but there must be some way around it. I just don't know how. Maybe if I copy the contents of memory that does the checking to prevent direct hardware access, ... dfg
Help needed with creating a ROM597 (10/21/2003 12:19:03 PM) Hallo allemaal, At this moment I'm disassembling the ROM of a Commodore PC20-III. So I disassembled the ROM using Sourcer of V-Communications. First it isn't a perfect disassembly so I have to adjust it here ... Ruud
Get the FAQs0107 (10/27/2003 8:15:00 AM) Before posting technical questions please read the FAQ: http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.asm.x86.html You may also download a copy from: ftp://garbo.uwasa.fi/pc/doc-net/asm0004t.zip in ... clax86(20)
Revised HLA Articles on Webster030 (10/26/2003 10:34:24 PM) Hi All, I've recently revised my articles on creating DLLs with HLA and calling HLA code that involves exception handling (e.g., most HLA stdlib functions). You can read about this stuff at http://webster.cs.u... randyhyde(118)
HLA v1.59 is Now Available085 (10/26/2003 10:15:42 PM) HLA v1.59 is now available on the HLA Downloads Page http://webster.cs.ucr.edu/Page_hla/0_hla_dnld.html This is a maintenance release with the following improvements: Corrected a couple of problems related to... Randall
MASM 6.1 and XP??3246 (10/26/2003 1:31:10 AM) I've just installed MASM 6.1 on my Windows XP / AMD XP computer and MASM won't run. I've installed the included AUTOEXEC.BAT and CONFIG.SYS files to C:\ as per the MASM documentation. >From the console I swit... Tony
HLA and FASM/MASM7114 (10/22/2003 10:57:50 PM) Upon playing with HLA, I noticed it would not only use MASM, but also FASM, GAS, and TASM, etc. , So I downloaded FASM off the net, and put it in the path, and tried it out.... I compiled a program to both MASM... John
Executable Header6160 (10/23/2003 7:37:31 PM) I've googled a lot but I was unable to find anything closely related to Executable files headers... All I found was some theoretical pictures and texts of structure and such. But I need explanation on how to c... WhiteRavenEye
far jmp to other code segment6265 (10/22/2003 9:56:55 PM) I am having a problem in tasm. With jumping from my 16 Bit segment (after the switch to pmode) into a different 32 Bit segment. Tasm is giving me silly syntax errors, which according to some people, shouldnt b... alex
weird equ3106 (10/22/2003 9:02:36 PM) Hi all, I'm pretty new to x86 assembler. I'm looking at some code here that's not clicking in my brain. It's pretty old code, and compiles with asm386. This is the line: ******************************** #@i... y2bismil