View previous topic :: View next topic
|
Author |
Message |
madhusudhan-mg Warnings : 1 New User
Joined: 04 Jun 2007 Posts: 3 Location: Hyderabad
|
|
|
|
Hi
Can any one list the most important instructions in assembler for mainframe programmers |
|
Back to top |
|
|
William Thompson
Global Moderator
Joined: 18 Nov 2006 Posts: 3156 Location: Tucson AZ
|
|
|
|
I give up, where does this question come from?
Why would anyone want to know what assembler op codes are the "most important"? |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello and welcome to the forums
Is there some relationship to a CA product with your question?
Simply said, the most important instructions are the ones you need to code in order to implement a requirement or those that are already in use in some code you are executing.
If that is not what you are looking for, please clarify.
I'll also move this from the CA forum unless there is a reason to have it here. |
|
Back to top |
|
|
madhusudhan-mg Warnings : 1 New User
Joined: 04 Jun 2007 Posts: 3 Location: Hyderabad
|
|
|
|
what are the most common assembler instructions used ? |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Either by looking in source libraries at your site or by doing a web search for sample assembler code you can evaluate which are "most" common.
There will be a difference between business application code and system support code. From my experience, there are many, many common instructions. There are some seldom used instructions and macros, but even those are too numerous to list here.
If you want to learn assembler from ground zero, i'd recomend going to the Murach publishing web site and buy a copy of the assembler book written by Kevin McQuillen. It will be a good investment. |
|
Back to top |
|
|
|