Flowstone Guru Blog

For general discussion related FlowStone
Post Reply
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Flowstone Guru Blog

Post by RJHollins »

Thanks KG !

Good start already ... look forward to learning :D
8-)
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: Flowstone Guru Blog

Post by KG_is_back »

second part is out :Basics and SSE
Covers the basics (syntax, coloring etc.) along with SSE operations.
Exo
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK
Contact:

Re: Flowstone Guru Blog

Post by Exo »

KG_is_back wrote:second part is out :Basics and SSE
Covers the basics (syntax, coloring etc.) along with SSE operations.


Really great work thanks for these :) I have learnt a few things I didn't know.
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
djbrynte
Posts: 613
Joined: Mon Jun 22, 2009 10:51 am
Contact:

Re: Flowstone Guru Blog

Post by djbrynte »

great site
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: Flowstone Guru Blog

Post by tulamide »

KG_is_back wrote:second part is out :Basics and SSE
Covers the basics (syntax, coloring etc.) along with SSE operations.

A guide to asm for people like me? Explaining every aspect? Keeping the decriptions as easy as possible? That's awesome! Much appreciated! Thank you!
"There lies the dog buried" (German saying translated literally)
User avatar
martinvicanek
Posts: 1334
Joined: Sat Jun 22, 2013 8:28 pm

Re: Flowstone Guru Blog

Post by martinvicanek »

Exo wrote:
KG_is_back wrote:second part is out :Basics and SSE
Covers the basics (syntax, coloring etc.) along with SSE operations.


Really great work thanks for these :) I have learnt a few things I didn't know.

+1, thumbs up, KG!
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: Flowstone Guru Blog

Post by KG_is_back »

OK people, time for part 3: part 3: ALU, FPU and array management
This part will show you how is data stored in your RAM and how to get it in or out of it using FPU and ALU units of your CPU. This article is slightly more complicated and longer than the previous one and largely builds upon knowledge form the previous ones - make sure you read them and understand them. Also, this time individual ALU and FPU operations are not shown (only few examples), so make sure you check the opcode reference.

Tomorrow I'll release the last part which will be about jumps - a way the CPU implements branching (if else statements), looping (both static loops, "for" loops, "while" loops and "repeat until" loops) and hoping.
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: Flowstone Guru Blog

Post by KG_is_back »

The last part jumps (code branching and looping) is out.
This part covers how to implement branching, and all kinds of loops (static loops like in Code component, "for" loops, "while" loops, "repeat until" loops) and hops (both static as in Code component and "smart" using "if" "else" type of statement)
Hope you enjoyed the "How to use Assembler?" series and learned something new ;) have a good day(s and nights) coding...
Exo
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK
Contact:

Re: Flowstone Guru Blog

Post by Exo »

KG_is_back wrote:The last part jumps (code branching and looping) is out.
This part covers how to implement branching, and all kinds of loops (static loops like in Code component, "for" loops, "while" loops, "repeat until" loops) and hops (both static as in Code component and "smart" using "if" "else" type of statement)
Hope you enjoyed the "How to use Assembler?" series and learned something new ;) have a good day(s and nights) coding...


I have certainly enjoyed them thanks!

This is now the "go to" series for anybody learning ASM in Flowstone :)
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Exo
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK
Contact:

Re: Flowstone Guru Blog

Post by Exo »

Also just a note to anyone visiting the download area, screenshots for downloads are currently not showing there is a problem with the plugin.

Although new screenshots can be added, I have contacted the developer to see what is best way to deal with this might end up with screenshots needing to be re-added but I will keep you informed on that (I would obviously prefer the problem to be fixed if possible)
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Post Reply