-
Notifications
You must be signed in to change notification settings - Fork 5
Documentation
You will find on this page a list of different routines you can use in your application.
All of the character chains (designated here by "word") end with a dat 0.
Return in Z the number of characters in the word [A]
Return 0 in Z if the words [A] and [B] are different.
Add the word [B] to the end of the word [A]
Seek if the character B is present in the word [A]. Return [B] in Z, or 0 if the letter isn't present.
Seek in the word [A] the first occurence of the characters present in the pile, with B being the number of characters. Return in Z a pointer to the first occurence, 0 if no characters are present in the word [A]
Seek if the word [B] is present in the word [A]. Return a pointer to the second word in [A], 0 if it's not present.
Take the values of A and B and returns C = A^B
Exchange the values of A and B
Return Z=pgcd(A,B)
Vous trouverez dans cette page une liste des différentes routines à votre disposition
Toutes les chaines de caractères (ici désignées par "mot") se terminent par un dat 0.
Retourne en Z le nombre de caractères du mot [A]
Retourne 0 en Z si les mots [A] et [B] sont différents
Ajoute à la fin du mot [A] le mot [B]
Cherche si le caractère B est présent dans le mot [A]. Retourne [B] en Z, ou 0 si la lettre n'est pas présente
Cherche dans le mot [A] la première occurrence des caractères mis dans la pile, avec B le nombre de caractères. Retourne en Z un pointeur vers la première occurrence, 0 aucun caractère n'est présent dans le mot [A]
Cherche si le mot [B] est présent dans le mot [A]. Retourne un pointeur vers le second mot dans [A], 0 s'il n'est pas présent.
Prend les valeurs de A et B et renvoie C=A^B
Echange les valeurs de A et B
Renvoie Z=pgcd(A,B)