BBC BASIC for Windows
Programming >> Assembly Language Programming >> Novice at Assembly
http://bb4w.conforums.com/index.cgi?board=assembler&action=display&num=1369687869

Novice at Assembly
Post by Matt on May 27th, 2013, 8:51pm

Hi,

Due to the need to radically increase the speed of piling through data, I am looking at turning a portion of my basic code into m/c. However, I am a novice, at best, with assember. Apart from the help, a little bit on wiki and a few complex bits and pieces here and there, I can't find any beginner's and novice's tutorial for BB4W style assembler. Can you help?

Matt
Re: Novice at Assembly
Post by admin on May 28th, 2013, 06:03am

on May 27th, 2013, 8:51pm, Matt wrote:
I can't find any beginner's and novice's tutorial for BB4W style assembler.

I don't know of anything specific to BB4W, but since the syntax of the BB4W assembler is pretty standard (really the only thing slightly out of the ordinary is the use of a dot to delimit labels) any beginners' guide to IA-32 assembly language should be appropriate. I have no reason to change the recommendation of Paul Carter's pages here:

http://www.drpaulcarter.com/pcasm/

Richard.
Re: Novice at Assembly
Post by Matt on May 28th, 2013, 4:40pm

Thanks, Richard.

The specific to BB4W was just to say that it was assember that worked on it.

Matt.