Page 2 of 2

Re: Parsing and Outputting Text

PostPosted: Wed Oct 19, 2011 2:42 am
by RISCCISCInstSet
Can you make any sense of what may be going on in the above code? Any suggestions?

Re: Parsing and Outputting Text

PostPosted: Wed Oct 19, 2011 3:01 am
by dick scherrer
Hello,

Suggest you look in whatever material you have (or download from the z390 web site(s)) and resolve the first error first.

As pretty much everything you have sent to the assembly has been flagged, i suspect the problem is not every line of code, but rather something in the setup or the beginning ot the assembly step (wrong directories, wrong parameters, missing information, etc).

Look for a sample z390 assembler sample program that works and how it is assembled/executed. Compare with what you are using.

Re: Parsing and Outputting Text

PostPosted: Thu Nov 10, 2011 1:32 am
by RISCCISCInstSet
Thank you for your help everybody.

Re: Parsing and Outputting Text

PostPosted: Sat Nov 12, 2011 1:47 am
by RISCCISCInstSet
I'm making proper sense of things now.