diff --git a/e.x68 b/e.x68 index 2ac2169..b64aa47 100644 --- a/e.x68 +++ b/e.x68 @@ -12,12 +12,8 @@ COUNT DC.W $100 START ORG $400410 MOVE.W COUNT, D1 LEA MESSAGE, A1 -LOOP MOVE.B #14, D0 % Use #13 for CR, LF - TRAP #15 - DBRA D1, LOOP - END START - -*~Font name~Courier New~ -*~Font size~12~ -*~Tab type~1~ -*~Tab size~4~ + *Use #13 for CR, LF +LOOP MOVE.B #14, D0 + TRAP #15 + DBRA D1, LOOP + END START