IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Regd Boolean Operations


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 131
Location: Chennai

PostPosted: Sun Aug 29, 2010 11:06 pm
Reply with quote

Hi all,

I need to know in details about the boolean instructions in assembler with examples. I have gone thru some of the documents, from which I learnt the basics of these instructions. But I need detailed explanation with sample code. There are 12 instructions in boolean as below

AND (N)
AND REGISTER (NR)
AND CHARACTER (NC)
AND IMMEDIATE (NI)
OR (O)
OR REGISTER (OR)
OR CHARACTER (OC)
OR IMMEDIATE (OI)
EXCLUSIVE OR (X)
EXCLUSIVE OR REGISTER (XR)
EXCLUSIVE OR CHARACTER (XC)
EXCLUSIVE OR IMMEDIATE (XI)

can someone explain in detail with good examples and a sample code(like which scenario we will use this), It will be really helpful for me. Thanks in advance.

Thanks
Karthik
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Aug 29, 2010 11:24 pm
Reply with quote

Hello,

Read the info here - the Principles of Operations manual:
publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dz9zr002/CCONTENTS

Suggest you bookmark this as well as download a local copy.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Sun Aug 29, 2010 11:31 pm
Reply with quote

In addition to the POPS manual, the following may be less intimidating -

www.simotime.com/asmins01.htm

Bill
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts how to do bit operations from CHAR PL/I & Assembler 3
No new posts Regd Date Functions in Syncsort SYNCSORT 2
No new posts RFE: Additional compound operators fo... PL/I & Assembler 1
No new posts FileAid to compare(logical operations... Compuware & Other Tools 3
This topic is locked: you cannot edit posts or make replies. BBC is seeking a Security Operations ... Mainframe Jobs 0
Search our Forums:

Back to Top