[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Assembly & C
- Subject: [ale] Assembly & C
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- Date: Tue Sep 23 07:38:12 2003
- In-reply-to: <[email protected]>
- References: <[email protected]>
On Tue, Sep 23, 2003 at 04:28:15AM -0700, Stephen Turner wrote:
> hey guys sorry i bug ya so much, if its any consolation its cause your the
> best ;) in any case i was wondering whats the recommended book(s) for
> assembly and C++ ? im getting serious about constructing a couple apps. if
> you got some web sites those are much appreciated to :) naturally its
> linux based ;)
Many assembly books I've read focus on writing code in MSDOS. There are
2 good books
1. The Art of Assembly Language
2. Linux Assembly Programming
If you do not know C I would suggest you leanr C before C++. Then jump
over to C++. I usually start with a 21 days book then get more after
those
Chris