Skip to content

Commit

Permalink
changed old ascii number with character immediate
Browse files Browse the repository at this point in the history
  • Loading branch information
avivi55 committed Nov 20, 2023
1 parent 29fee03 commit 452f477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/circle_area.s
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ div R0 R3

out R0
# '.' character
mov $46 R3
mov $'.' R3
outc R3
out R2

0 comments on commit 452f477

Please sign in to comment.