This simple code written with NASM doubles every vowel in every word using only system calls (without C-functions).
Input - file.
Output - console.
Through environment variables.
P. S.:
This program was made with make-utility. The input data is in the file "file.txt".