Пример #1
0
 private int get(int addr) {
   if (memory == null) return 0;
   return memory.getByte(addr);
 }