Complete.Org: Mailing Lists: Archives: discussion: September 1999:
Re: [aclug-L] Assembly Question?
Home

Re: [aclug-L] Assembly Question?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] Assembly Question?
From: John Goerzen <jgoerzen@xxxxxxxxxxxx>
Date: 07 Sep 1999 18:04:11 -0500
Reply-to: aclug-L@xxxxxxxxxxxx

Jonathan Hall <jonhall@xxxxxxxxxxxx> writes:

> 1) You do not compile assembly programs--you assemble them.
> 2) The core assembly language is the same on any Intel platform,
> regardless of the OS.  But there is too much DOS stuff that you do in that
> class to be able to write the programs in Linux.

This is actually incorrect.  The syntax and usage of as or as86 (the
assemblers on Linux) is significantly different from that under DOS.
Not to mention that CS312 uses 16-bit segmented architecture, wheras
Linux uses 32-bit (or 64-bit on some non-Intel platforms) flat
architecture.

-- 
John Goerzen   Linux, Unix consulting & programming   jgoerzen@xxxxxxxxxxxx |
Developer, Debian GNU/Linux (Free powerful OS upgrade)       www.debian.org |
----------------------------------------------------------------------------+
The 322,767th digit of pi is 3.

[Prev in Thread] Current Thread [Next in Thread]