why these regsiters
From: Bill Cunningham (nospam_at_nspam.net)
Date: 05/18/04
- Next message: Phil Carmody: "Re: Is easy to understand"
- Previous message: Annie: "Re: Is easy to understand"
- Next in thread: _at_(none): "Re: why these regsiters"
- Reply: _at_(none): "Re: why these regsiters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 18 May 2004 16:09:45 -0400
I would like someone to explain to me why certain regsiters are used for
such and such a purpose. For example.
.data
.type len,1 /* variable len of one byte */
.globl main
main:
mov eax,1
mov ebx,len
I don't know what I've just wrote except for the data section for variables.
Bill
- Next message: Phil Carmody: "Re: Is easy to understand"
- Previous message: Annie: "Re: Is easy to understand"
- Next in thread: _at_(none): "Re: why these regsiters"
- Reply: _at_(none): "Re: why these regsiters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]