BBC BASIC for Windows
Programming >> Assembly Language Programming >> Assembly Language Tutorials - links
http://bb4w.conforums.com/index.cgi?board=assembler&action=display&num=1260266437

Assembly Language Tutorials - links
Post by Michael Hutton on Dec 8th, 2009, 09:00am

Some may find these useful:

http://www.pickatutorial.com/tutorials/assembly_1.htm

Michael
Re: Assembly Language Tutorials - links
Post by admin on Dec 8th, 2009, 09:27am

Quote:
Some may find these useful:

Which of them are 32-bit? When I originally researched this area (resulting in the answer to FAQ 10) I found very few tutorials dedicated to 32-bit assembly-language programming.

http://www.bbcbasic.co.uk/bbcwin/faq.html#q10

I particularly wanted to avoid directing beginners to the many 16-bit assembler tutorials because they are largely irrelevant and potentially very misleading as far as BB4W is concerned.

Richard.

Re: Assembly Language Tutorials - links
Post by Michael Hutton on Dec 8th, 2009, 09:35am

Yes, as you say they are all 16-bit except

http://pages.cs.wisc.edu/~smoler/x86text/TOC.lectnotes.html

Is probably the "best" as it does consider the Pentium.

I'll edit the first post (or can I delete it?)

Michael
Re: Assembly Language Tutorials - links
Post by Richard Russell on Feb 13th, 2010, 5:09pm

Quote:
Yes, as you say they are all 16-bit except
http://pages.cs.wisc.edu/~smoler/x86text/TOC.lectnotes.html
Is probably the "best" as it does consider the Pentium.

This appears to use a non-standard 'HLL' notation, rather than Intel mnemonics, so of little relevance to BB4W I would have thought.

Richard.