Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit c8dd71e

Browse files
committed
notes, fix: remove redundant instructions from main function in index.tex
1 parent 800441c commit c8dd71e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

notes/chaps/instructions-sets/index.tex

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -310,15 +310,6 @@ \subsubsection{Flow Control}
310310
cr: .WORD 0
311311
ci: .WORD 0
312312
.TEXT
313-
main:
314-
LD [ar], R8
315-
LD [ai], R9
316-
LD [br], R10
317-
LD [bi], R11
318-
CALL c_mult
319-
ST R12, [cr]
320-
ST R13, [ci]
321-
RET
322313
main:
323314
LD [ar], R8 ; Prepare parameters for c_mult
324315
LD [ai], R9

0 commit comments

Comments
 (0)