How to AES Decrypt in Assembly - Code Snippet

How to perform 'AES Decrypt' in Assembly.

example.asm
; Task: AES Decrypt
; Language: Assembly

section .text
global _start
_start:
	; Implementation for AES Decrypt
	; TODO: Implement core logic here
	; Step 1: Prepare data
	; Step 2: Process AES Decrypt
	mov eax, 1
	int 0x80
AdSense Slot