From ed895d975644d8796a740145c454fe147958a9b7 Mon Sep 17 00:00:00 2001 From: d_m Date: Mon, 9 Sep 2024 13:25:27 -0400 Subject: [PATCH] summarize format --- fix32.tal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fix32.tal b/fix32.tal index 6429b5d..95d6dbf 100644 --- a/fix32.tal +++ b/fix32.tal @@ -1,4 +1,6 @@ ( fix32.tal ) +( ) +( 32-bit fixed point using 1000, i.e. 0x03e8, as a denominator. %POP4 { POP2 POP2 } %POP8 { POP2 POP2 POP2 POP2 }