logo

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/mirror/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.git

e.x68 (451B)


  1. *-----------------------------------------------------------
  2. * Title : E
  3. * Written by : George Tzikas <tzikas97@gmail.com>
  4. * Date : 2018_12_08
  5. * Description: E
  6. *-----------------------------------------------------------
  7. ORG $400400
  8. MESSAGE DC.B 'E', 0
  9. START ORG $400410
  10. LEA MESSAGE, A1
  11. *Use #14 for no CR, LF
  12. LOOP MOVE.B #13, D0
  13. TRAP #15
  14. BRA LOOP
  15. END START