I think that it somewhat clicks with me now. I don't want to go into more details about how I understand signed BCD using 10's complement, nor how the whole arithmetic circuit would be designed, but I've the idea that the circuit would need some conversion logic. Say that the user has the opportunity to enter a signed BCD digit (composed of 4 bits) from 0-9, signed or unsigned, then the output must be converted into 8 bits. For example, if the user inputs -6, then the converter must output 94 (1001 0100). Is this correct?