|
Unreal Mode - Novell patent 5978882 expires April 25 2017 Real-mode, 32-bit, flat-model execution apparatus and method http://www.google.com/patents?vid=USPAT5978882 Mike Gonta look and see - many look but few see http://mikegonta.com/aeBIOS ... 14 Jan 2008 16:47
Need Some Syntax Clarification (NASM) Frank Kotler wrote: bwaichu(a)yahoo.com wrote: port equ 10 and I want to push 10 onto the stack, I would just write: push word port Is this correct? Is the size required? Again, not good in 32-bit code. The "word" is required if you really want to push a word, if you omit... 14 Jan 2008 09:12
paranoid ? I just figured ou that all my posts to NGs are tracked and stored somewhere (beside the obligatory google.news archive). And no, this isn't an MI5 issue... the tcp/ip packed which consumes my (perhaps yours too) posts is always zero so I cannot figure out who is reading us in a hidden manner. I wont care any... 28 Jan 2008 07:05
what is rsrc.rc? hi,everyone.today,when i install Masm32,yeah,that`s all right. however,when i try my first "helloworld" , a fatal error comes on. That is copyed below: "RC : fatal error RC1110 : could not open rsrc.rc Microsoft (R) Windows Resource To Object Converter Version 5.00.1736.1 Copyright (C) Microsoft Corp. 1... 16 Jan 2008 03:41
which way is faster? Hello I wonder which way is faster while doing arithmetical expressions. For example, I can add to allocated variables, and I can move them to the registers and then add. Probably, addition in the registers is faster. But what about time to move them to the registers? Thanks ... 18 Jan 2008 06:58
A little ASM 6809 program Hello I'm in college and here is a program written in Motorola 6809 I don't understand the main goal of the program. Some help would be very appreciated. ORG $A000 LDX #$A100 CLR MEM COM MEM BCL LDA ,X CMPA MEM BHS SUI STA MEM STX MEM+1 SUI LEAX 1,X CMPX #$A108 BNE BLC SWI MEM EQU $A110 ... 9 Jan 2008 05:45
how do you start learning assembly language my name is Greg, i am new to this forum, i am interested in learning assembly language but do not know where to start, can some one tell me how do i begin , what do i use,i have tried to research on the subject but it all is confusing, what assembly languages should i learn regards Greg ... 2 Feb 2008 11:52
International Distributors Giuen Holding Ltd. Varupartier 09.00-20.00 Goteborgsvagen 1 434 00 Kungsbacka Tel: +46 (0) 705474830 Web Site; http://chandelierelectric.blogspot.com/ Celebrities Fitness Systems http://vibe1.redcarpet1.hop.clickbank.net/?tid=MASTER Academic Library Retail http://bookstoredisplay.blogspot.com/ Häl... 3 Jan 2008 22:41
(Advanced) CopyBits routine (Skybuck Entry 1, fixed, it was little endian display issue, now display in Big Endian) Ok, It was a display issue, thank god for that LOL. Now that a first version has been made, if any future/alternative versions are made a benchmark program could be made to benchmark the speed of the different versions. Assuming this first version is correct, the first version could be used to verify alt... 3 Jan 2008 09:02
(Advanced) CopyBits routine (Skybuck Entry 1, bugged) Skybuck's Entry 1 Most code copied and pasted from other projects. CopyBits implementation pretty lazy and straight forward, bit by bit copy. However there seems to be a bug somewhere ? That's unexpected. ( See undesired output below ) Here is the code: // *** Begin of Code *** program Project1;... 3 Jan 2008 08:28 |