Data .bss: Define a variable named _u16_b, which occupies two bytes of memory. Make it visible to C.
The variable below is used by the test code; you may ignore it. _u8_test: .space 1
global_u8_test Code .text naming_variables_ex_l: global-naming_variables_ex_1
Assign the value 0xA15F to _u16_b, then return.
7
Save and run.