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