This trap sets printer translate tables.
Call Parameters | Return Parameters | ||
---|---|---|---|
D0.B | $33 | D0.L | Corrupted? |
D1.L | Printer translate code. | D1.L | Corrupted. |
No errors are returned by this trap.
The example below shows the use of this trap call to set a French translate table and enable translate.
moveq #33,d1 ; French dialling code . . swap d1 ; . . to MSW addq.w #1,d1 ; Enable translate moveq #$33,d0 ; SMS_PSET trap #1 ; Set the table and enable translate