Skip to content

Commit b7d3a5e

Browse files
committed
Fixing markdown
1 parent 7f1b77b commit b7d3a5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ An example of useage would be "number: .data 1 2", which is using the label "num
3434
Comments in AS4 start with a semicolon, ";".
3535

3636
### Example code ###
37+
```
3738
; This program reads in integers and adds them together
3839
; until a negative number is read in. Then it outputs
3940
; the sum (not including the last number).
@@ -91,4 +92,4 @@ derp5: .asciiz "hey there"
9192
derp6: .asciiz "hey\" there\n"
9293
9394
sum: .data 1 0
94-
95+
```

0 commit comments

Comments
 (0)