How to perform 'Execute Shell Command' in Assembly.
; Task: Execute Shell Command
; Language: Assembly
section .text
global _start
_start:
; Implementation for Execute Shell Command
; TODO: Implement core logic here
; Step 1: Prepare data
; Step 2: Process Execute Shell Command
mov eax, 1
int 0x80