Compare commits

..

No commits in common. "617a6101aac610335ef819e7eb03c701bc195636" and "460e9515849b8b0a2d305101babf40d0e82112ce" have entirely different histories.

13 changed files with 17 additions and 7 deletions

View File

@ -3,3 +3,4 @@ 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
LOAD validate_amount 64
RELOAD validate_amount
CATCH invalid_amount 17 1
INCMP _ 0 INCMP _ 0
LOAD validate_amount 64
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,3 +6,4 @@ HALT
INCMP _ 0 INCMP _ 0
INCMP my_balance 1 INCMP my_balance 1
INCMP community_balance 2 INCMP community_balance 2

View File

@ -3,3 +3,4 @@ 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,3 +15,5 @@ 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,3 +3,4 @@ MOUT back 0
HALT HALT
INCMP _ 0 INCMP _ 0
INCMP select_gender * INCMP select_gender *

View File

@ -6,3 +6,5 @@ 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 _ 1 INCMP amount 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 _ 1 INCMP send 1
INCMP quit 9 INCMP quit 9

View File

@ -12,3 +12,4 @@ 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,3 +3,4 @@ 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,7 +2,5 @@ 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,4 +1,6 @@
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