Flowcode Project File Parser

Ben Rowland 2019 (C) Matrix TSL


Target Device

PIC.16F.16F877A

Constants

BOOL false     BOOL true    

Globals



Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

Clear

Return:     VOID

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

PrintString

Return:     VOID
Params:     STRING Text    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

PrintAscii

Return:     VOID
Params:     BYTE character    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

PrintNumber

Return:     VOID
Params:     SIGNED INT Number    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

RAMWrite

Return:     VOID
Params:     BYTE Index     BYTE d0     BYTE d1     BYTE d2     BYTE d3     BYTE d4     BYTE d5     BYTE d6     BYTE d7    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

ClearLine

Return:     VOID
Params:     BYTE Line    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

Cursor

Return:     VOID
Params:     BYTE x     BYTE y    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

Command

Return:     VOID
Params:     BYTE instruction    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

PrintFormattedNumber

Return:     VOID
Params:     UNSIGNED LONG Number     BOOL Format    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

ScrollDisplay

Return:     VOID
Params:     BYTE Position     BYTE Direction    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

Ev_Property

Return:     UNSIGNED LONG

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

RawSend

Return:     VOID
Params:     BYTE data     BOOL type    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

PrintFloat

Return:     VOID
Params:     FLOAT Number     BYTE DecimalPlaces    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

RemapCharacter

Return:     VOID
Params:     BYTE RemapIdx     BYTE SearchCharacter     BYTE ReplacementCharacter    

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    Main

Start

Return:     VOID

Your browser does not support the HTML5 canvas tag.

Clear    /    PrintString    /    PrintAscii    /    PrintNumber    /    RAMWrite    /    ClearLine    /    Cursor    /    Command    /    PrintFormattedNumber    /    ScrollDisplay    /    Ev_Property    /    RawSend    /    PrintFloat    /    RemapCharacter    /    Start    /    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