|
Fastest way to load carry flag into a register ? Hello, To load the carry flag into a register I use: mov eax, 0 adc eax, 0 I was wondering is there a faster way to load the carry flag into a register ? Maybe there is a single instruction for it ? Bye, Skybuck. ... 20 Jan 2008 02:10
Mistress died yesterday After more than 13 year of continuously work, mistress died yesterday. So no download of Windela/Lindela until I find the time to replace the hard disk and install Linux 1.1 from the floppies again (provided the floppys are still readable after 13 year). ... 17 Jan 2008 10:58
PC variable resolution timers - IBM patent 5297275 expires December 20 2011 Personal computer system variable resolution timers http://www.google.com/patents?vid=USPAT5297275 Mike Gonta look and see - many look but few see http://mikegonta.com/aeBIOS ... 14 Jan 2008 16:47
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 |