I wrote the following code to fill an array in x86 assembly
global _start section .text: _start: mov ecx, 0 mov ebx, array loop: mov [e