|
-
Oct 11th, 2002, 06:56 AM
#1
Thread Starter
Lively Member
Registers (where are they)
Where do the AX, BX, CX, DX registers physically reside (i.e. are they stored in the processor)
What about the others: e.g CS, DS
Cheers
-
Oct 11th, 2002, 07:17 AM
#2
-
Oct 23rd, 2002, 11:03 AM
#3
New Member
Yes, They are in the processor!
Also CS,DS,ES and SS and other added in later processor than 286!
-
Oct 24th, 2002, 05:19 PM
#4
Segments of the 8086:
AX, BX, CX, DX, CP, SP, BP, SI, DI
Added for the 80286:
CS, DS, ES, SS
Added for the 80386:
FS, GS
Expanded for the 80386:
EAX, EBX, ECX, EDX, ECP, ESP, EBP, ESI, EDI
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jul 10th, 2003, 10:36 PM
#5
Fanatic Member
ECP ???
I thought it was EIP (Extended Instruction Pointer)
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Jul 11th, 2003, 02:08 AM
#6
Sorry, you're right. And of course IP instead of CP.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jul 31st, 2003, 04:08 PM
#7
Fanatic Member
I wonder what the registers will be called once the 64-bit processors come out?
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Aug 1st, 2003, 12:57 AM
#8
AMD's uses G instead of E.
Intel's uses completly different register names, since it has 128 integer registers. r0, r1 etc. for integers for example.
Last edited by CornedBee; Aug 1st, 2003 at 01:17 AM.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Aug 1st, 2003, 01:17 AM
#9
Oh, and the IA-64 I is already out. The only problem is that it sucks 
AMD's Opteron too if I'm not mistaken.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|