Skip to content

Commit eecb907

Browse files
authored
Removed a link to the notion page for the assembler
1 parent 5b9364f commit eecb907

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ Tests Failed: 1
113113

114114
# Assembler
115115

116-
[Assembler](https://www.notion.so/Assembler-cf05604841cf4607b2f93dbb15020a94)
117-
118116
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.
119117

120118
# Architecture
@@ -329,4 +327,4 @@ Perform multiplication and division on the top tw0 double words of the stack, Ho
329327

330328
### fprn, fprnsc
331329

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

Comments
 (0)