# HG changeset patch # User HackEso # Date 1573748174 0 # Node ID 4f03bd239f7c1eea1f7bce20e6bfe4e771579f9d # Parent 45938be0e4eadb0eef6b852b48c7efc916469c6a ` cat > wisdom/labels.pl <<<"Preprocessor for asm2bf to support labels. Use % to refer to a label, use @ to declare one." diff -r 45938be0e4ea -r 4f03bd239f7c wisdom/labels.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wisdom/labels.pl Thu Nov 14 16:16:14 2019 +0000 @@ -0,0 +1,1 @@ +Preprocessor for asm2bf to support labels. Use % to refer to a label, use @ to declare one.