Re: A86: Why doesn't this work?


[Prev][Next][Index][Thread]

Re: A86: Why doesn't this work?




label ED needs something there.  try this:

ED:
  ret

.end

that probably fixes the other problem, which would be that the program never
exits :)