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