Search found 3 matches

by BobC
Thu Aug 20, 2015 6:07 am
Forum: ASSEMBLER
Topic: Need Interview FAQ's for Assembler
Replies: 8
Views: 49077

adding a few.. i had been asked to answer below ques.. 1. how to move more than 256 chars to a filed ? 2. var1 dc cl5'abcde' var2 dc cl5'12345abcde' write a instruction so that comparison between var1 and var2 should be true 3. var1 dc cl5'abcde' var2 dc cl5'12345abcde' MVC var2,var2 what var2 will...
by BobC
Thu Aug 20, 2015 5:28 am
Forum: ASSEMBLER
Topic: Need Interview FAQ's for Assembler
Replies: 8
Views: 49077

nareshv_99 - What's the benefit of posting in a thread which is around more than 3 years old? I found this thread; you found this thread; the information we leave behind will benefit those who find it in the future (Google brought me here, it will doubtless do so for many others with a similar query)
by BobC
Thu Aug 20, 2015 5:25 am
Forum: ASSEMBLER
Topic: Need Interview FAQ's for Assembler
Replies: 8
Views: 49077

Re: Need Interview FAQ's for Assembler

Dear Friends, I have attended few interview's for Assembler. I have been asked few queston only as 1. Difference between DS & DC 2. Types of Instruction 3. Different data types 4. Types of registers R1-R16 5. How to call subprogram 6. Move command. As i'm kind of beginner in assembler and able to m...