Tagged Questions

0
votes
1answer
51 views

Problem with output, doesn’t read jump…

.section .data msgI: .ascii "x = y\n" msgI_end: msgM: .ascii "x > y\n" msgM_end: msgL: .ascii "x < y\n" msgL_end: .section .text .globl main main: movl $5, %eax #x = 5 …