Index: contrib/arch/hadlbppp.py
===================================================================
--- contrib/arch/hadlbppp.py	(revision 704311becfa19a305a40a299ef9d6b02d6d6b2e6)
+++ contrib/arch/hadlbppp.py	(revision 8c7301239c6080a7b7a6265aab8bbd5a9da40a16)
@@ -366,4 +366,10 @@
 				else:
 					print "%s: '%s' is neither architecture nor frame" % (arch['name'], inst['type'])
+		
+		outf.write("\n")
+	
+	if ('bind' in arch):
+		for bind in arch['bind']:
+			outf.write("bind %s.%s to %s.%s\n" % (bind['from'][0], bind['from'][1], bind['to'][0], bind['to'][1]))
 	
 	outf.close()
