diff --git a/e.x68 b/e.x68 index b64aa47..709bba4 100644 --- a/e.x68 +++ b/e.x68 @@ -6,14 +6,17 @@ *----------------------------------------------------------- ORG $400400 MESSAGE DC.B 'E', 0 -COUNT DC.W $100 START ORG $400410 - MOVE.W COUNT, D1 LEA MESSAGE, A1 - *Use #13 for CR, LF -LOOP MOVE.B #14, D0 + *Use #14 for no CR, LF +LOOP MOVE.B #13, D0 TRAP #15 - DBRA D1, LOOP + BRA LOOP END START + +*~Font name~Courier New~ +*~Font size~12~ +*~Tab type~1~ +*~Tab size~4~