Rbyd rflips are now working, quite nicely actually
It turns out statefulness works quite well with this algorithm (The prototype was in Haskell, which created some artificial problems. I think it may have just been too high-level a language for this near-instruction-level algorithm).
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ def tagrepr(tag, size, off=None):
|
||||
return 'fcrc x%02x %d' % (type2, size)
|
||||
elif type1 & 0x4:
|
||||
return 'alt%s%s x%x %s' % (
|
||||
'r' if type1 & 4 else 'b',
|
||||
'r' if type1 & 1 else 'b',
|
||||
'gt' if type1 & 2 else 'lt',
|
||||
tag >> 3,
|
||||
'x%x' % (0xffffffff & (off-size))
|
||||
|
||||
Reference in New Issue
Block a user