You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The assembler for this project is available in another [repository](https://github.com/strinsberg/lt64-asm). It uses a LISP style syntax and is written in Clojure. The assembler makes it possible to specify labeled static program data that can be initialized with optional values or just declared to make space for use in the program. It also supports writing procedures in separate module files and including them in a program or module. More detailed information can be found in the assembler's repository.
119
117
120
118
# Architecture
@@ -329,4 +327,4 @@ Perform multiplication and division on the top tw0 double words of the stack, Ho
329
327
330
328
### fprn, fprnsc
331
329
332
-
Print the top double word on the stack as a fixed point number. Always prints with the number of significant digits even if they are zeros. I.e. `1.2` with default scaling will print as `1.200`. The scaled version works the same as the other fixed point custom scaling encoding the number of significant digits into the top byte of the operation.
330
+
Print the top double word on the stack as a fixed point number. Always prints with the number of significant digits even if they are zeros. I.e. `1.2` with default scaling will print as `1.200`. The scaled version works the same as the other fixed point custom scaling encoding the number of significant digits into the top byte of the operation.
0 commit comments