NAVNEET ACHARYA
05-15-04, 02:49 PM
Sir,
I am trying to concatenate two Eight bits number ,But Having
some problem. My code is as follows:
: LEFT_SHIFT_8 DATA4 C@ 2* 2* 2* 2* 2* 2* 2* 2* DATA4 ! ;
HEX
: PACK
DATA4 C@ 0F AND DATA4 C!
LEFT_SHIFT_8
DATA5 C@ FF AND DATA5 !
DATA4 C@ DATA5 @ OR DATA4 !
;
When I am calling this Macro in my program,My Program doesn't work,Without calling it It's working fine.
Please Give me suggestion Regarding This Program As soon as
possible.
Regards,
I am trying to concatenate two Eight bits number ,But Having
some problem. My code is as follows:
: LEFT_SHIFT_8 DATA4 C@ 2* 2* 2* 2* 2* 2* 2* 2* DATA4 ! ;
HEX
: PACK
DATA4 C@ 0F AND DATA4 C!
LEFT_SHIFT_8
DATA5 C@ FF AND DATA5 !
DATA4 C@ DATA5 @ OR DATA4 !
;
When I am calling this Macro in my program,My Program doesn't work,Without calling it It's working fine.
Please Give me suggestion Regarding This Program As soon as
possible.
Regards,