Instruction Lists/Counts.

2013-02-15 Thread Gibney, Dave
I am doing a high (very high) level presentation for my managers who have no MF experience. I want a simple slide. Something like: IBM architecture is not RISC, there are nnn instructions. nnn Privileged nnn General nnn Decimal nnn Cryptographic etc. I've Googled and looked at some of the sites

Re: Instruction Lists/Counts.

2013-02-15 Thread Abe Kornelis
Dave, thank you for mentioning hlasm.com. There is no straightforward way of counting instructions. There are many ways to count them, many criteria by which to discern or categorize them. I have tried to present the instruction lists with options to include/exclude various (sub)categories, but

Re: Instruction Lists/Counts.

2013-02-15 Thread glen herrmannsfeldt
Instructions are hard to count, though instruction count isn't a very good way to determine CISCness. RISC tends to have a small number of instruction lengths, often 1. S/360 through z/ have three lengths. Not too CISCy, but not RISC. (VAX might have 14 or so, from one byte on up.) RISC tends to

SV: Instruction Lists/Counts.

2013-02-15 Thread Thomas Berg
r List [mailto:ASSEMBLER- > l...@listserv.uga.edu] För Gibney, Dave > Skickat: den 15 februari 2013 20:58 > Till: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Ämne: Instruction Lists/Counts. > > I am doing a high (very high) level presentation for my managers who > have no MF experience. I want a s

Re: Instruction Lists/Counts.

2013-02-15 Thread David de Jongh
nt: Friday, February 15, 2013 1:58 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Instruction Lists/Counts. I am doing a high (very high) level presentation for my managers who have no MF experience. I want a simple slide. Something like: IBM architecture is not RISC, there are nnn instructions. nnn Priv

Re: Instruction Lists/Counts.

2013-02-15 Thread Robin Vowels
From: glen herrmannsfeldt Sent: Saturday, 16 February 2013 7:51 AM Instructions are hard to count, though instruction count isn't a very good way to determine CISCness. RISC tends to have a small number of instruction lengths, often 1. S/360 through z/ have three lengths. Not too CISCy, The S

Re: Instruction Lists/Counts.

2013-02-16 Thread Robin Vowels
From: glen herrmannsfeldt Sent: Saturday, 16 February 2013 7:51 AM Instructions are hard to count, though instruction count isn't a very good way to determine CISCness. RISC tends to have a small number of instruction lengths, often 1. S/360 through z/ have three lengths. Not too CISCy, The

Re: Instruction Lists/Counts.

2013-02-16 Thread Bernd Oppolzer
I would mention in such a presentation that the MF is the only architecture that can reasonably pe programmed in ASSEMBLER language today, because the instruction set is clear and straightforward and defined in such a way that it is at the same time well performing on the machine and understandabl

Re: Instruction Lists/Counts.

2013-02-16 Thread Scott Ford
Bernd, I couldn't have said this better, bravo ! I have seen slam dunk testing in some MF environments without planning, understanding or critical thinking skills. Maybe it's my old age. Scott ford www.identityforge.com Tell me and I'll forget; show me and I may remember; involve me and I'll

Re: Instruction Lists/Counts.

2013-02-16 Thread Tony Harminc
On 15 February 2013 21:33, Robin Vowels wrote: > The S/360 is clearly definitely and unequivocably a CISC machine. > Think of instructions like ED, EDMK, TR, TRT, PACK, UNPK, CVB, CVD, > and of course all the decimal arithmetic instructions, all the > character move and compare instructions (exce

Re: Instruction Lists/Counts.

2013-02-17 Thread Bernd Oppolzer
I'd like to second that, for some reasons: a) other machines like RS/6000 etc borrowed the RR/RX/RS instruction set from the S/370, and they are RISC in my opinion b) I know other machines (old German mainframes) which are definitely CISC, and they have stack instructions or they are able to mod

Re: Instruction Lists/Counts.

2013-02-17 Thread Scott Ford
Bernd, I knew of the RS/6000 and RISC but not that it was prevalent or original on the IBM mainframes. Scott ford www.identityforge.com Tell me and I'll forget; show me and I may remember; involve me and I'll understand. - Chinese Proverb On Feb 17, 2013, at 4:03 AM, Bernd Oppolzer wrote:

Re: Instruction Lists/Counts.

2013-02-17 Thread Bernd Oppolzer
I once looked at instructions generated by a PASCAL compiler for a RS/6000 machine and realized that I could read it, although I never learned anything about the RS/6000. That's because the RS/6000 instruction set WAS INSPIRED BY the S/360 instruction set, in my opinion. It was not a descendant of

Re: Instruction Lists/Counts.

2013-02-17 Thread robin
From: Bernd Oppolzer Sent: Sunday, 17 February 2013 8:03 PM I'd like to second that, for some reasons: a) other machines like RS/6000 etc borrowed the RR/RX/RS instruction set from the S/370, and they are RISC in my opinion Not really; see previous email regarding what constitutes a RISC in

Re: Instruction Lists/Counts.

2013-02-17 Thread robin
From: Tony Harminc Sent: Sunday, 17 February 2013 11:17 AM On 15 February 2013 21:33, Robin Vowels wrote: The S/360 is clearly definitely and unequivocably a CISC machine. Think of instructions like ED, EDMK, TR, TRT, PACK, UNPK, CVB, CVD, and of course all the decimal arithmetic instruction

Re: Instruction Lists/Counts.

2013-02-17 Thread Tony Harminc
On 17 February 2013 18:45, robin wrote: > From: Tony Harminc >> One might better think of the mix of instruction encountered in a real >> world instruction stream. ED and EDMK form a minuscule fraction of all >> instructions executed, and even in a commercial environment, the >> packed decimal in

Re: Instruction Lists/Counts.

2013-02-17 Thread robin
From: "Tony Harminc" Sent: Monday, 18 February 2013 12:05 PM On 17 February 2013 18:45, robin wrote: From: Tony Harminc One might better think of the mix of instruction encountered in a real world instruction stream. ED and EDMK form a minuscule fraction of all instructions executed, and

Re: SV: Instruction Lists/Counts.

2013-02-15 Thread Steve Comstock
Lists/Counts. I am doing a high (very high) level presentation for my managers who have no MF experience. I want a simple slide. Something like: IBM architecture is not RISC, there are nnn instructions. nnn Privileged nnn General nnn Decimal nnn Cryptographic etc. I've Googled and looked at so

Re: SV: Instruction Lists/Counts.

2013-02-15 Thread Fred van der Windt
l) > > > > >> -Ursprungligt meddelande- >> Från: IBM Mainframe Assembler List [mailto:ASSEMBLER- >> l...@listserv.uga.edu] För Gibney, Dave >> Skickat: den 15 februari 2013 20:58 >> Till: ASSEMBLER-LIST@LISTSERV.UGA.EDU >> Ämne: Instruction Lists/Coun