Taper en minuscules sur 84C (Lowercase)
DownloadTélécharger
Actions
Vote :
ScreenshotAperçu
Informations
Catégorie :Category: Utilitaires TI-84+CSE
Auteurs Authors: Adriweb, FloppusMaximus
Type : Assembleur
Taille Size: 23.71 Ko KB
Mis en ligne Uploaded: 21/02/2013 - 14:56:02
Mis à jour Updated: 21/02/2013 - 16:07:20
Uploadeur Uploader: Adriweb (Profil)
Téléchargements Downloads: 366
Visibilité Visibility: Archive publique
Shortlink : http://ti-pla.net/a11342
Type : Assembleur
Taille Size: 23.71 Ko KB
Mis en ligne Uploaded: 21/02/2013 - 14:56:02
Mis à jour Updated: 21/02/2013 - 16:07:20
Uploadeur Uploader: Adriweb (Profil)
Téléchargements Downloads: 366
Visibilité Visibility: Archive publique
Shortlink : http://ti-pla.net/a11342
Description
Programme assembleur 84C permettant de taper en minuscules.
Assembly program for the 84C allowing you to type in lowercase.
Alors, exécutez-le une fois ( avec "Asm(prgmLWRCASE)" ) pour pour pouvoir appuyer deux fois sur la touche [Alpha] pour passer en minuscules, et exécutez-le à nouveau pour le désactiver.
So, run it once ( with "Asm(prgmLWRCASE)" ) to be able to double-tap the [Alpha] key to switch to lowercase, and run it again to disable it.
Source hexa :
:Asm84CPrgm
:214A8B3E08AE77C9
Source ASM :
ld hl,flags+appLwrCaseFlag
ld a,8
xor (hl)
ld (hl),a
ret
Auteur original (83/84) : FloppusMaximus
Port 84C : Adriweb
Topic : http://tiplanet.org/forum/viewtopic.php?f=12&t=11294
Assembly program for the 84C allowing you to type in lowercase.
Alors, exécutez-le une fois ( avec "Asm(prgmLWRCASE)" ) pour pour pouvoir appuyer deux fois sur la touche [Alpha] pour passer en minuscules, et exécutez-le à nouveau pour le désactiver.
So, run it once ( with "Asm(prgmLWRCASE)" ) to be able to double-tap the [Alpha] key to switch to lowercase, and run it again to disable it.
Source hexa :
:Asm84CPrgm
:214A8B3E08AE77C9
Source ASM :
ld hl,flags+appLwrCaseFlag
ld a,8
xor (hl)
ld (hl),a
ret
Auteur original (83/84) : FloppusMaximus
Port 84C : Adriweb
Topic : http://tiplanet.org/forum/viewtopic.php?f=12&t=11294