From a678e5337925b122c64d070e270a882efac67093 Mon Sep 17 00:00:00 2001 From: George Tzikas Date: Sat, 8 Dec 2018 22:05:29 +0200 Subject: [PATCH 1/2] [*] Updated E.X68 for infinite E --- e.x68 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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~ From a3d31f4998bb4690b1ad3b2ccc070dc92121bb75 Mon Sep 17 00:00:00 2001 From: George Tzikas Date: Sat, 8 Dec 2018 22:07:23 +0200 Subject: [PATCH 2/2] [*] Updated E.X68 for infinite E --- e.x68 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/e.x68 b/e.x68 index 709bba4..df09a65 100644 --- a/e.x68 +++ b/e.x68 @@ -15,8 +15,3 @@ LOOP MOVE.B #13, D0 TRAP #15 BRA LOOP END START - -*~Font name~Courier New~ -*~Font size~12~ -*~Tab type~1~ -*~Tab size~4~