Adds a GOTO_PROFILE_NAME keyword that takes format:
GOTO_PROFILE_NAME <name>
On compile time, it reads from the profile_list and gets the index of a profile that has a name that matches <name>
Replaces compile command to GOTO_PROFILE <index> but leaves it for the .txt stuff.
This is a configurator change only and compiles down to the normal GOTOP byte code.
Adds a GOTO_PROFILE_NAME keyword that takes format:
GOTO_PROFILE_NAME <name>
On compile time, it reads from the
profile_list
and gets theindex
of a profile that has a name that matches<name>
Replaces compile command toGOTO_PROFILE <index>
but leaves it for the .txt stuff.This is a configurator change only and compiles down to the normal GOTOP byte code.