{
out.writeByte(OPERATION_CODE);
out.writeByte(((this.LLBAA ? 0x10 : 0x00) | (this.isDBD() ? 0x08 : 0x00)));
out.writeByte((this.getPC() << 6) | this.getPageCode());
out.writeByte(this.getSubPageCode());
out.writeShort(0);
out.writeByte(0);
out.writeShort((int) getAllocationLength());
out.writeByte(super.getControl());
return cdb.toByteArray();