









#5393 : 0E 07.........LD C,&07 ; ligne 7
#5395 : CD EC 0D......CALL &0DEC ;test touches pour cette ligne
#5398 : FE 40.........CP &40 ; bit 6 = touche C
#539A : C0............RET NZ
#539B : 0E 05.........LD C,&05 ; ligne 5
#539D : CD EC 0D......CALL &0DEC ;test touches pour cette ligne
#53A0 : FE 04.........CP &04 ; bit 2 = touche U
#53A2 : C0............RET NZ
#53A3 : 0E 03.........LD C,&03 ;ligne 3
#53A5 : CD EC 0D......CALL &0DEC ;test touches pour cette ligne
#53A8 : FE 08.........CP &08 ; bit 3 = touche P
#53AA : C0............RET NZ
#53AB : 21 06 C3......LD HL,&C306 ;adresse d'affichage à l'écran
#53AE : 11 B7 53......LD DE,&53B7 ;texte "(c) ANIMAGIC JUN/1988"
#53B1 : F3............DI
#53B2 : CD F9 72......CALL &72F9 ;routine d'affichage
#53B5 : FB............EI
#53B6 : C9............RET