<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hi,<br><br>I can't find a way to define a subregister in a MI, while using another subregister in the same MI.<br><br>For example:<br><br>reg:low  = OP reg:hi, rhs<br><br>I really need the reg:low to be part of the same register as reg:hi, but when I use REG_SEQUENCE, this does not happen - I instead get<br>regC = OP reg:hi, rhs<br>reg:low = regC<br><br>This is not good enough for me. What should I do?<br><br>/Jonas<br>                                    </div></body>
</html>