login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Tagged Questions
stats
newest
featured
hot
votes
active
0
votes
1
answer
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 …
asked
Nov 4 at 22:32
KJP
65
●
7
assembly
linux
homework
problem
1
questions tagged
problem
homework
Related Tags
assembly
linux
Stack Overflow works best with JavaScript enabled