Flowcode Project File Parser

Ben Rowland 2019 (C) Matrix TSL


Target Device

PIC.16F.16F1937

Constants

BYTE FIRST_FONT_LINE     BYTE LINES_PER_FONT    

Globals

BYTE oldchar     UNSIGNED LONG oldposition    

SumWidths    /    Ev_Initialise    /    ReadWidth    /    Prv_CollectFontFilter    /    Prv_CollectFontData    /    Ev_Property    /    Ev_Renamed    /    ReadFontStat    /    Prv_ParseCustomFont    /    ReadASCIILUT    /    Main

SumWidths

Return:     UNSIGNED LONG
Params:     BYTE Character    
Vars:     BYTE width    

Your browser does not support the HTML5 canvas tag.

SumWidths    /    Ev_Initialise    /    ReadWidth    /    Prv_CollectFontFilter    /    Prv_CollectFontData    /    Ev_Property    /    Ev_Renamed    /    ReadFontStat    /    Prv_ParseCustomFont    /    ReadASCIILUT    /    Main

Ev_Initialise

Return:     UNSIGNED LONG

Your browser does not support the HTML5 canvas tag.

SumWidths    /    Ev_Initialise    /    ReadWidth    /    Prv_CollectFontFilter    /    Prv_CollectFontData    /    Ev_Property    /    Ev_Renamed    /    ReadFontStat    /    Prv_ParseCustomFont    /    ReadASCIILUT    /    Main

ReadWidth

Return:     BYTE
Params:     BYTE Character    
Vars:     UNSIGNED INT position     BYTE pwidth    

Your browser does not support the HTML5 canvas tag.

SumWidths    /    Ev_Initialise    /    ReadWidth    /    Prv_CollectFontFilter    /    Prv_CollectFontData    /    Ev_Property    /    Ev_Renamed    /    ReadFontStat    /    Prv_ParseCustomFont    /    ReadASCIILUT    /    Main

Prv_CollectFontFilter

Return:     STRING
Vars:     HANDLE FileHandle     STRING Str     BYTE BytesRead     UNSIGNED LONG LineCount     BYTE State    

Your browser does not support the HTML5 canvas tag.

SumWidths    /    Ev_Initialise    /    ReadWidth    /    Prv_CollectFontFilter    /    Prv_CollectFontData    /    Ev_Property    /    Ev_Renamed    /    ReadFontStat    /    Prv_ParseCustomFont    /    ReadASCIILUT    /    Main

Prv_CollectFontData

Return:     VOID
Vars:     HANDLE FileHandle     STRING Str     BYTE BytesRead     UNSIGNED LONG LineCount     BYTE State     UNSIGNED INT Index     STRING LineString     STRING IndexStr    

Your browser does not support the HTML5 canvas tag.

SumWidths    /    Ev_Initialise    /    ReadWidth    /    Prv_CollectFontFilter    /    Prv_CollectFontData    /    Ev_Property    /    Ev_Renamed    /    ReadFontStat    /    Prv_ParseCustomFont    /    ReadASCIILUT    /    Main

Ev_Property

Return:     UNSIGNED LONG
Vars:     STRING TempStr     BYTE Index    

Your browser does not support the HTML5 canvas tag.

SumWidths    /    Ev_Initialise    /    ReadWidth    /    Prv_CollectFontFilter    /    Prv_CollectFontData    /    Ev_Property    /    Ev_Renamed    /    ReadFontStat    /    Prv_ParseCustomFont    /    ReadASCIILUT    /    Main

Ev_Renamed

Return:     UNSIGNED LONG
Vars:     STRING Name    

Your browser does not support the HTML5 canvas tag.

SumWidths    /    Ev_Initialise    /    ReadWidth    /    Prv_CollectFontFilter    /    Prv_CollectFontData    /    Ev_Property    /    Ev_Renamed    /    ReadFontStat    /    Prv_ParseCustomFont    /    ReadASCIILUT    /    Main

ReadFontStat

Return:     BYTE
Params:     BYTE Index    

Your browser does not support the HTML5 canvas tag.

SumWidths    /    Ev_Initialise    /    ReadWidth    /    Prv_CollectFontFilter    /    Prv_CollectFontData    /    Ev_Property    /    Ev_Renamed    /    ReadFontStat    /    Prv_ParseCustomFont    /    ReadASCIILUT    /    Main

Prv_ParseCustomFont

Return:     VOID
Vars:     HANDLE FileHandle     BYTE data     BOOL Done     BYTE State     STRING TempStr     UNSIGNED LONG index     BOOL InnerDone     UNSIGNED INT Number     UNSIGNED LONG Address     BYTE StateCount    

Your browser does not support the HTML5 canvas tag.

SumWidths    /    Ev_Initialise    /    ReadWidth    /    Prv_CollectFontFilter    /    Prv_CollectFontData    /    Ev_Property    /    Ev_Renamed    /    ReadFontStat    /    Prv_ParseCustomFont    /    ReadASCIILUT    /    Main

ReadASCIILUT

Return:     BYTE
Params:     BYTE Character     UNSIGNED INT ByteIndex    
Vars:     UNSIGNED LONG Position    

Your browser does not support the HTML5 canvas tag.

SumWidths    /    Ev_Initialise    /    ReadWidth    /    Prv_CollectFontFilter    /    Prv_CollectFontData    /    Ev_Property    /    Ev_Renamed    /    ReadFontStat    /    Prv_ParseCustomFont    /    ReadASCIILUT    /    Main

Main

Return:     VOID

Your browser does not support the HTML5 canvas tag.

Verison History

Version 0.6
12/09/19 BR - Created initial recursive parser
14/09/19 BR - Added support for disabled icons
18/09/19 BR - Fixed decision icon parsing
19/09/19 BR - Added switch icon support
23/09/19 BR - Fixed recursive loop spacing
27/09/19 BR - Further tweaked spacing and added Macro menu
30/09/19 BR - Improved all string spacing
01/10/19 BR - Improved While icon support