Skip to content

Commit 930f642

Browse files
committed
add current segment to segment count
1 parent 2c95957 commit 930f642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mem.a86

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
mov ax, word ptr mlen
1515
mov cl,6
1616
shr ax, cl
17+
inc ax
1718
mov bx,10
1819
call print_uint16
1920
lea si, msg_sep

0 commit comments

Comments
 (0)