bridgetb8731 bridgetb8731 16-02-2024 Computers and Technology contestada You are not allowed to mix code sections and data sections in MASM as shown here:.data num word 5.code sub bx, num.data val word 6.code mov cx, bxa. Trueb. False