On Windows (im directory in dem sich uca befindet):
--------------------------------------------------

uca -m uword.def -p ucc.def -DRCV_HAS_IPMM u:\uCode\xmt.uc
uca -m uword.def -p ucc.def -DRCV_HAS_IPMM u:\uCode\rcv.uc

=> generiert xmt.list und rcv.list => copy to Linux

On Linux:
---------

cat rcv.list | ../Tools/postuca.pl rcv > rcv.x
cat xmt.list | ../Tools/postuca.pl xmt > xmt.x
