We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f7654 commit a8a5236Copy full SHA for a8a5236
1 file changed
README.md
@@ -42,7 +42,7 @@ An example of useage would be "number: .data 1 2", which is using the label "num
42
Comments in AS4 start with a semicolon, ";".
43
44
### Example code ###
45
-```assembler
+```nasm
46
; This program reads in integers and adds them together
47
; until a negative number is read in. Then it outputs
48
; the sum (not including the last number).
0 commit comments