The type of 64bit variables is |QUAD| (unsigned: |UQUAD|). This is for example returned by the function |SMult64()| of utility.library. To access the high- and loworder 32bit values of the 64bit variable, use |LOW32OF64()| and |HIGH32OF64()| which are defined in AROS/include/aros/64bit.h.