Mercurial > public > hwos_code
diff src/convert.asm @ 657:c2e97f94c55f default tip
bump to 10.93 / 3.32
| author | heinrichsweikamp |
|---|---|
| date | Tue, 27 Jan 2026 11:01:04 +0100 |
| parents | 75e90cd0c2c3 |
| children |
line wrap: on
line diff
--- a/src/convert.asm Thu Nov 27 18:32:58 2025 +0100 +++ b/src/convert.asm Tue Jan 27 11:01:04 2026 +0100 @@ -588,8 +588,8 @@ call output99x_call ; ... PUTC '.' ; print spacing dot movff up,lo ; print up (00-99) - call output99x_call ; ... - return ; done + goto output99x_call ; ... (And return) + ;return ; done ;=============================================================================
