Compare commits

...

2 Commits

13 changed files with 7 additions and 17 deletions

View File

@ -3,4 +3,3 @@ RELOAD check_identifier
MAP check_identifier MAP check_identifier
HALT HALT
MOVE quit MOVE quit

View File

@ -1,12 +1,12 @@
LOAD reset_transaction_amount 0 LOAD reset_transaction_amount 0
RELOAD validate_recipient
CATCH invalid_recipient 13 1
LOAD max_amount 10 LOAD max_amount 10
MAP max_amount MAP max_amount
MOUT back 0 MOUT back 0
HALT HALT
INCMP _ 0
LOAD validate_amount 64 LOAD validate_amount 64
RELOAD validate_amount
CATCH invalid_amount 17 1
INCMP _ 0
LOAD get_recipient 12 LOAD get_recipient 12
LOAD get_sender 64 LOAD get_sender 64
INCMP transaction_pin * INCMP transaction_pin *

View File

@ -6,4 +6,3 @@ HALT
INCMP _ 0 INCMP _ 0
INCMP my_balance 1 INCMP my_balance 1
INCMP community_balance 2 INCMP community_balance 2

View File

@ -3,4 +3,3 @@ CATCH incorrect_pin 15 1
CATCH pin_entry 12 0 CATCH pin_entry 12 0
LOAD quit_with_balance 0 LOAD quit_with_balance 0
HALT HALT

View File

@ -15,5 +15,3 @@ INCMP enter_yob 3
INCMP enter_location 4 INCMP enter_location 4
INCMP enter_offerings 5 INCMP enter_offerings 5
INCMP view_profile 6 INCMP view_profile 6

View File

@ -3,4 +3,3 @@ MOUT back 0
HALT HALT
INCMP _ 0 INCMP _ 0
INCMP select_gender * INCMP select_gender *

View File

@ -6,5 +6,3 @@ HALT
LOAD save_offerings 0 LOAD save_offerings 0
INCMP _ 0 INCMP _ 0
INCMP pin_entry * INCMP pin_entry *

View File

@ -3,5 +3,5 @@ RELOAD reset_transaction_amount
MOUT retry 1 MOUT retry 1
MOUT quit 9 MOUT quit 9
HALT HALT
INCMP amount 1 INCMP _ 1
INCMP quit 9 INCMP quit 9

View File

@ -3,5 +3,5 @@ RELOAD transaction_reset
MOUT retry 1 MOUT retry 1
MOUT quit 9 MOUT quit 9
HALT HALT
INCMP send 1 INCMP _ 1
INCMP quit 9 INCMP quit 9

View File

@ -12,4 +12,3 @@ INCMP edit_profile 1
INCMP balances 3 INCMP balances 3
INCMP pin_management 5 INCMP pin_management 5
INCMP address 6 INCMP address 6

View File

@ -3,4 +3,3 @@ CATCH incorrect_pin 15 1
CATCH pin_entry 12 0 CATCH pin_entry 12 0
LOAD quit_with_balance 0 LOAD quit_with_balance 0
HALT HALT

View File

@ -2,5 +2,7 @@ LOAD transaction_reset 0
MOUT back 0 MOUT back 0
HALT HALT
LOAD validate_recipient 20 LOAD validate_recipient 20
RELOAD validate_recipient
CATCH invalid_recipient 13 1
INCMP _ 0 INCMP _ 0
INCMP amount * INCMP amount *

View File

@ -1,6 +1,4 @@
RELOAD validate_amount
MAP validate_amount MAP validate_amount
CATCH invalid_amount 17 1
RELOAD get_recipient RELOAD get_recipient
MAP get_recipient MAP get_recipient
RELOAD get_sender RELOAD get_sender