Assembly X86
Assembly X86
Instructions:
Data Movement:
Arithmetic:
Logical:
Control Flow:
Assembly
Code : int 0x80 ; call kernel
mov ax, 5
cmp cx, 15
equal:
section .text
; Code after the loop goes here
global _start
_start: