Page 4 of 5

Posted: Sat Aug 29, 2009 7:24 pm
by Trond
Yes, it's in PB (and for x86, Crenshaw compiled code to some other old processor).

You can now start looking:
http://pbtut.blogspot.com/

For some strange reason blogspot does not allow me to display the posts in reverse order, so I numbered the posts. Start from number 1 (duh!).

Posted: Sun Aug 30, 2009 3:28 am
by Demivec
Trond wrote:For some strange reason blogspot does not allow me to display the posts in reverse order, so I numbered the posts. Start from number 1 (duh!).
The blog posts are top-posted so that the most recent entry is read first.

Posted: Sun Aug 30, 2009 8:21 am
by Kaeru Gaman
I think this is perfectly normal for a bLog...

Posted: Sun Aug 30, 2009 10:40 am
by srod
Very interesting Trond - nice and concise. I look forward to seeing more.

Thanks.

Posted: Sun Aug 30, 2009 12:52 pm
by Trond
I added a new chapter on addition for those interested.

Great !

Posted: Sun Aug 30, 2009 3:18 pm
by TheCorruptor
Thanks Trond, very basic and simple. Great work. I am happy to see it can be done without using lexx and yacc and a million other tools that are written in C and all samples in C that I dont understand. Thanks !!

Posted: Sun Aug 30, 2009 5:26 pm
by Trond
There is now code to both addition, subtraction, multiplication, division and modulo. The URL is still: http://pbtut.blogspot.com/

Posted: Mon Aug 31, 2009 5:05 am
by Teng
Thanks again for the info (very easy to understand) and thanks in advance for any subsequent tutorial parts. Will save the whole tutorial (all parts) as a *.mht and burn it to a cd so I can keep it as a reference forever. :P

Posted: Mon Aug 31, 2009 6:29 pm
by SFSxOI
http://pbtut.blogspot.com/ is blocked by the U.S. Government on government computer systems (i'm a government contractor so we use a government network - dont worry, they block most blogs). LoL :) so....I had to dig out my laptop and start up the wireless connection to view it. I'm going to go a little more indepth on it later, thanks for the link. :)

Posted: Mon Aug 31, 2009 7:08 pm
by X
Gov worker here too :) We (workers) end up using ... http://www.bethebot.com/ ... that proxy isnt blocked here .. .yet :)

Posted: Mon Aug 31, 2009 8:03 pm
by SFSxOI
They will soon, they aready blocked that here.

Posted: Mon Aug 31, 2009 8:25 pm
by talisman
Is www.proxy.org blocked by any chance? If not, I'm sure you'll find a working proxy from there in a few minutes if you really need to! (Source: experience :lol: )

Posted: Tue Sep 01, 2009 6:49 pm
by Trond
I added code to deal with boolean and relational operators. It looks long, but it's mostly because of the redundant code listings.

Posted: Wed Sep 02, 2009 2:08 am
by Joakim Christiansen
Trond wrote:I added code to deal with boolean and relational operators. It looks long, but it's mostly because of the redundant code listings.
Interesting stuff man!
How far will you take this? Make it support functions too? :D

Posted: Wed Sep 02, 2009 10:35 am
by Trond
Functions are easy, they will be included.

Edit: There were a few errors in part 8 that have been fixed (a comment is under the blog post).