Lets say in an asm program there are the following lines: ld a,12 ld hl,2345 ...... What would each of these call's display? ROM_CALL(M_CHARPUT)??? (12 menu style) ROM_CALL(D_HL_DECI)??? (02345 text style) ROM_CALL(TR_CHARPUT)?? (12 text style)