Post Reply 
FC?C and FS?C usefulness
11-17-2021, 07:48 AM
Post: #6
RE: FC?C and FS?C usefulness
Imagine you want to toggle a flag.
Without these functions, that would look like

Code:
FS? 00
GTO 00
SF 00
GTO 01
LBL 00
CF 00
LBL 01

instead of simply

Code:
FC?C 00
SF 00

I never missed the FC?S and FS?S counterparts - you just switch the flag meaning and you can use FC?C and FS?C..

(11-16-2021 10:37 PM)Paul Dale Wrote:  
Code:
FS? 0
GTO 00
CF 0
...
LBL 00
CF 0
...

The first CF 0 is not needed ;-)

Cheers, Werner

41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
FC?C and FS?C usefulness - JoJo1973 - 11-16-2021, 10:14 PM
RE: FC?C and FS?C usefulness - Paul Dale - 11-16-2021, 10:37 PM
RE: FC?C and FS?C usefulness - Werner - 11-17-2021 07:48 AM
RE: FC?C and FS?C usefulness - JoJo1973 - 11-16-2021, 10:49 PM
RE: FC?C and FS?C usefulness - JoJo1973 - 11-16-2021, 10:54 PM



User(s) browsing this thread: 1 Guest(s)