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

TMLH Instruction in assembler


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

New User


Joined: 04 Jun 2008
Posts: 25
Location: Noida

PostPosted: Tue Dec 22, 2009 5:05 pm
Reply with quote

I am not able to figure out what is TMLH instruction.
I know translate under mask (TM) and i know LH (Load Halfword).

Thanks for helping. icon_idea.gif

Regards,
Harry
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Dec 22, 2009 5:13 pm
Reply with quote

the TMLH instruction does not exist...
see the
Enterprise Systems Architecture/390 IBM Principles of Operation
SA22-7201-08

chapter 7/page 130 for the different flavors of the TM instruction

You could have found that Yourself with very little effort...
look at the manual, search for the TMLH instruction, get no hits, search for the TML and the TMH instruction


to be succesfull in IT a bit ( better a few bytes ) of ingenuity does help

edited after peter reply to correct a brain check
as a partial excuse I keep all ( well-.. most of ) the versions of the relevant principles of operations manuals, and I clicked on the wrong one

this one ... has the right info
z/Architecture IBM Principles of Operation
SA22-7832-07
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Dec 22, 2009 5:21 pm
Reply with quote

TMLH and TMLL are new mnemonics for, the
ESA/390 instructions TEST UNDER MASK HIGH
(TMH) and TEST UNDER MASK LOW (TML),
respectively.

Found this in SA22-7832 z/Architecture Principles of Operation
Back to top
View user's profile Send private message
Harsh Pawar

New User


Joined: 04 Jun 2008
Posts: 25
Location: Noida

PostPosted: Tue Dec 22, 2009 6:52 pm
Reply with quote

Thanks enrico and Peter that helped.

Summary for other users who are searching TMLH :

It is a RI type instruction ( New flavour of TM) where immediate data is of 2 bytes.

example:

TMLH R05,X'FFFF'

This will check 32-47 bits ( 2 bytes starting from 32nd bit of register 05) with mask of all 1.

Regards,
Harry
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 Build dataset list with properties us... PL/I & Assembler 4
No new posts Finding Assembler programs PL/I & Assembler 5
No new posts How Can I Recall a Migrated Data Set ... PL/I & Assembler 3
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
No new posts Getting SOC4 while calling a Cobol DB... PL/I & Assembler 4
Search our Forums:

Back to Top