% The .text contents is supposed to be linked --oformat binary with
% b-twoinsn.s, and will provide a valid end of a mmo file but with no
% symbols (if that is actually valid).
.text
.byte 0x98,0x0b
% The .text contents is supposed to be linked --oformat binary with
% b-twoinsn.s and b-goodmain.s, and will provide a LOP_FIXRX with invalid
% (!= 16, != 24), Z field.
.text
.byte 0x98,5,0,8
.4byt
% The .text contents is supposed to be linked --oformat binary with
% b-post1.s and b-goodmain.s. The code below will provide a LOP_LOC
% with a 64-bit address (0x789abcdef0123456) then 16 bytes of %
% The .text contents is supposed to be linked --oformat binary, and will
% correspond to the start of a mmo file with two instructions. This file
% ends before the LOP_STAB.
.text
.byte 0x98,9,1,1,
% The .text contents is supposed to be linked --oformat binary with
% b-twoinsn.s and b-goodmain.s, and will provide a LOP_FILE for file
% number 42, without specifying the file name, which an earlier
% The .text contents is supposed to be linked --oformat binary with
% b-twoinsn.s and b-goodmain.s, and will provide two LOP_FILEs, but
% specifying the same file number.
.text
.byte 0x98,06,42,2
.
% The .text contents is supposed to be linked --oformat binary with
% b-twoinsn.s and b-goodmain.s, and will provide a LOP_FIXO with invalid;
% (!= 1, != 2), YZ field.
.text
.byte 0x98,3,0,3