Test Post
TEST POST LIBCCL: Relocatable to Absolute Machine Code The libccl compiler stores all information required to transform relocatable assembly to absolute assembly in the struct prco_op_struct. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 struct prco_op_struct {
// Encoded 16-bit instruction word
// for printing to file
unsigned short opcode;
// Instruction parts
// (opcode, register selects, immediates, etc.