We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c97c8 commit e24722fCopy full SHA for e24722f
examples/int.s examples/interrupt.s
@@ -10,4 +10,4 @@ MOV BX, 0 ; mov 0 to bx, so we can move it to es
10
MOV ES, BX ; move segment start of string to es, 0
11
MOV BP, OFFSET hello ; move start offset of string in bp
12
MOV DL, 0 ; start writing from col 0
13
-int 0x10 ; BIOS interrupt
+int 0x10 ; BIOS interrupt
0 commit comments