Skip to content

Commit a8a5236

Browse files
U-UC\harvey1U-UC\harvey1
authored andcommitted
nasm
1 parent 37f7654 commit a8a5236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

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

4444
### Example code ###
45-
```assembler
45+
```nasm
4646
; This program reads in integers and adds them together
4747
; until a negative number is read in. Then it outputs
4848
; the sum (not including the last number).

0 commit comments

Comments
 (0)