From e396b3a0a354c017c7582124d51a0380a6e5c7de Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 11 Feb 2021 00:44:13 -0800 Subject: 7719 - baremetal: print floats --- baremetal/400.mu | 2 ++ 1 file changed, 2 insertions(+) (limited to 'baremetal/400.mu') diff --git a/baremetal/400.mu b/baremetal/400.mu index 4cbac1d3..d2b84ad1 100644 --- a/baremetal/400.mu +++ b/baremetal/400.mu @@ -57,3 +57,5 @@ sig to-decimal-digit in: grapheme -> _/eax: int sig next-word line: (addr stream byte), out: (addr slice) # skips '#' comments sig next-raw-word line: (addr stream byte), out: (addr slice) # does not skip '#' comments sig stream-empty? s: (addr stream _) -> _/eax: boolean + +sig integer-divide a: int, b: int -> _/eax: int, _/edx: int -- cgit 1.4.1-2-gfad0