Post Reply 
dm42
09-23-2024, 11:28 AM
Post: #1
dm42
Hi all,

I wonder how to do a routine that do all flags at zero, I have tryied with ISG or DSG but I do not reach.
May be you have a routine to do that ?
Thanks you

Gérard.
Find all posts by this user
Quote this message in a reply
09-23-2024, 01:29 PM
Post: #2
RE: dm42
Depends on which flags you want to clear. If you mean only the User Flags (00-10 and 81-99), then this will work. The code is not optimized, for the sake of human readability:

Code:
01 LBL "CLUSER"
02 0.01
03 LBL 01
04 CF IND ST X
05 ISG ST X
06 GTO 01
07 81.099
08 LBL 02
09 CF IND ST X
10 ISG ST X
11 GTO 02
12 END

<0|ɸ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
09-28-2024, 11:37 AM
Post: #3
RE: dm42
Hi Joe,
I'm late to reply, but many thanks for the code I was looking for !
Have a good day.

Gérard.
Find all posts by this user
Quote this message in a reply
Post Reply 




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