2930313233343536
public static void main(String[] args) { Word w = Word.fromInt(0x54); Word w2 = Word.zero(); Word w3 = w.add(w2); System.out.println(w3.toInt()); } }