diff --git a/fix32.tal b/fix32.tal index 95d6dbf..cf2d48f 100644 --- a/fix32.tal +++ b/fix32.tal @@ -1,6 +1,6 @@ ( fix32.tal ) ( ) -( 32-bit fixed point using 1000, i.e. 0x03e8, as a denominator. +( 32-bit fixed point using 1000, i.e. 0x03e8, as a denominator. ) %POP4 { POP2 POP2 } %POP8 { POP2 POP2 POP2 POP2 }