Post
Topic
Board Altcoin Discussion
Re: AT can be used to anonymize inter-blockchain transfers (who would have thought?)
by
CIYAM
on 15/12/2014, 12:20:10 UTC
Code:
start:
FUN @createtime get_Creation_Timestamp
SET @currenttime $createtime
toploop:
FUN A_to_Tx_after_Timestamp $currenttime
FUN @aiszero check_A_Is_Zero
BZR $aiszero :start
FUN @currenttime get_Timestamp_for_Tx_in_A
JMP :toploop

I was thinking of creating a macro assembler (but have too much else on my plate) - this looks like some pretty nice work!