Mail Archives: djgpp/2002/02/08/04:00:15
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f
|
From: | eplmst AT lu DOT erisoft DOT se (Martin Stromberg)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: Where and which machine instructions ?
|
Date: | 8 Feb 2002 08:49:03 GMT
|
Organization: | Ericsson Erisoft AB, Sweden
|
Lines: | 22
|
Message-ID: | <a403dv$lug$5@antares.lu.erisoft.se>
|
References: | <QrA88.37353$om6 DOT 938788 AT news1 DOT tin DOT it>
|
NNTP-Posting-Host: | lws256.lu.erisoft.se
|
X-Newsreader: | TIN [version 1.2 PL2]
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
sgrb (rolando DOT sgarbi3 AT tin DOT it) wrote:
: I'm studing C and i think assembler is very important
: to learn it.My problem is i haven't machine instrctions and
If you're studying C, then assembly shouldn't be very important.
If you're studying assembly, assembly would be very important.
: At the end in DEFINED SYMBOLS many symbols are missing (or are not
: symbols !):%eax,%ebp,%esp,%ax are not register' symbols?
%eax, etc isn't register symbols. They are the registers.
: $16,$8 and so on are symbols of something?
$16, is an immediate value.
Right,
MartinS
- Raw text -