I have a following code, running on the jdoodle.com:
section .text global _start _start: mov eax, [array] mov ebx, [array+1]