HiLMAs reference
Back

Conversion instructions

Next

HALF2INT

HALF2INT half,integer

 

Description

Convert half integer (2 bytes) in fullword integer (4 bytes): in this case is the same that:
MOVE half,TO,integer

 

Parameter specifications

Parameter Name Mode Type coding Remark
1 half Input Integer H  
2 integer Output Integer F  

 

Examples

 


Back Start Next
BYTE2INT Top INT2HALF