use string flags

This commit is contained in:
Carlosokumu 2024-08-31 12:02:44 +03:00
parent ec4201139a
commit 4e69fa454d
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
7 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
LOAD reset_incorrect 0
CATCH incorrect_pin 15 1
CATCH pin_entry 12 0
CATCH incorrect_pin incorrect_pin_flag 1
CATCH pin_entry account_authorized_flag 0
LOAD quit_with_balance 0
HALT

View File

@ -1,11 +1,11 @@
CATCH incorrect_date_format 21 1
LOAD save_yob 0
CATCH update_success 16 1
CATCH update_success allow_update_flag 1
MOUT back 0
HALT
INCMP _ 0
LOAD save_location 0
CATCH pin_entry 23 1
CATCH pin_entry single_edit_flag 1
INCMP enter_offerings *

View File

@ -1,6 +1,6 @@
LOAD save_location 0
CATCH incorrect_pin 15 1
CATCH update_success 16 1
CATCH incorrect_pin incorrect_pin_flag 1
CATCH update_success allow_update_flag 1
MOUT back 0
HALT
LOAD save_offerings 0

View File

@ -1,9 +1,9 @@
LOAD save_gender 0
CATCH update_success 16 1
CATCH update_success allow_update_flag 1
MOUT back 0
HALT
INCMP _ 0
LOAD verify_yob 8
LOAD save_yob 0
CATCH pin_entry 23 1
CATCH pin_entry single_edit_flag 1
INCMP enter_location *

View File

@ -1,5 +1,5 @@
LOAD reset_incorrect 0
CATCH incorrect_pin 15 1
CATCH pin_entry 12 0
CATCH incorrect_pin incorrect_pin_flag 1
CATCH pin_entry account_authorized_flag 0
LOAD quit_with_balance 0
HALT

View File

@ -1,12 +1,12 @@
LOAD save_familyname 0
CATCH update_success 16 1
CATCH update_success allow_update_flag 1
MOUT male 1
MOUT female 2
MOUT unspecified 3
MOUT back 0
HALT
LOAD save_gender 0
CATCH pin_entry 23 1
CATCH pin_entry single_edit_flag 1
INCMP _ 0
INCMP enter_yob 1
INCMP enter_yob 2

View File

@ -1,8 +1,8 @@
LOAD get_profile_info 0
MAP get_profile_info
LOAD reset_incorrect 0
CATCH incorrect_pin 15 1
CATCH pin_entry 12 0
CATCH incorrect_pin incorrect_pin_flag 1
CATCH pin_entry account_authorized_flag 0
MOUT back 0
HALT
INCMP _ 0