Author Topic: Good book  (Read 9394 times)

nobody

  • Guest
Good book
« on: October 26, 2008, 04:58:22 PM »
I need good book about nasm and interuptes.
Which can you purpose for me ??

nobody

  • Guest
Re: Good book
« Reply #1 on: October 28, 2008, 10:03:57 AM »
> I need good book about nasm

NASM manual.

> and interuptes.

What is it ???

nobody

  • Guest
Re: Good book
« Reply #2 on: October 30, 2008, 02:36:07 AM »
This book refers to nasm in at least one place:

http://books.google.com.au/books?id=ZFDqpSUPwAgC&printsec=frontcover&dq=wrox+aseembler&source=gbs_summary_s&cad=0

Professional Assembly Language
By Richard Blum
Published by Wiley_Default, 2005
ISBN 0764579010, 9780764579011
546 pages

Contains at least one reference to interupt processing.

nobody

  • Guest
Re: Good book
« Reply #3 on: November 19, 2008, 06:52:05 PM »
My assembly intro book uses NASM for all of the example code, for both DOS and Linux. I also go into X86 software interrupts in considerable detail. Hardware interrupts, well, no.

The book is old but the Linux portion, at least, is still pertinent--and the book's goal is to teach people how the x86 architecture works overall. If for some reason you want to write DOS apps, there's lots about that too.

Assembly Language Step by Step
by Jeff Duntemann
John Wiley & Sons, 2000
ISBN-13: 978-0471375234
614 pp.

The next edition will set DOS aside forever and emphasize 32-bit coding under Linux. I'm undecided yet whether to also explain Win-32 console apps, tho that wouldn't be hard.

--73--

--Jeff Duntemann
  Colorado Springs, Colorado