Category:ARM Assembly: Difference between revisions

Content added Content deleted
m (→‎Conditional Opcodes: Formatting fix, code doesn't support italics delimiters)
Line 47: Line 47:
mov ax, word ptr [ds:TestData]
mov ax, word ptr [ds:TestData]
cmp ax,0
cmp ax,0
bne subtract_bx
jne subtract_bx
add ax,bx
add ax,bx
jmp done
jmp done