A program written in assembly language 8086 with SASM is throwing me an error of "Program received signal SIGSEGV, SEGMENTATION FAULT" when executing it
I attach the code
%include "io.inc"
section .data
vector db 1,2,3,4,5,6,7,8,1,2,3,4,5...
asked by
19.11.2018 / 11:46