; Example 4-4 page 146 ; HCS12 Microcontroller and Embedded Systems ( Mazidi/Causey ) ; Dragon12-Plus Trainer ; Tester: David Munguia #include "C:\Reg9s12.H" ; header must be in C: dir, or modify dir ; directive must be aligned far left ORG $2000 BCLR DDRH,%10000000 BSET DDRT,%00100000 HERE BRSET PTH,%10000000,HERE BSET PTT,%00100000 BCLR PTT,%00100000 BRA HERE END