Look at the following assembly code: (note: ".quad" means a doubleword data type. This is one way to declare large amounts of data) num: . quad 0×BEEFBAEDABCD0123 ADRP X1, num ADD X1, X1, : lo12: num LDUR X4, [X1,#0] SUB X2,XZR,XZR STUR X4, [X2,0×3] ADD×2,×2,#1 LDURB WO, [X2,0×5] After this code executes, what value is contained in WO? Remove all leading 0 's and format it in hex, prefixing the number with 0x