Re: A92: Just a little problem


[Prev][Next][Index][Thread]

Re: A92: Just a little problem




Florian TRAVERSE schrieb:
>
> I store a string in 'wfichier', I store a number
> to 'cpt', I store a char in 'd0': my problem is to
> store the char 'd0' in the string 'wfichier' at
> the character number 'cpt',and I didn't found how
> to: could anybody help me?
> Thanks!
> @+

lea	wfichier(pc),a0
move.w	cpt(pc),d1
move.b	d0,0(a0,d1.w)

that should help		A.K.
>
> In french,specially for Gaëtan:
> j'ai un string dans 'wfichier', un nombre dans
> 'cpt', et un charactère(enfin sa valeur numérique
> quoi) dans 'd0', mon problème, c'est que je veut
> stocker le caractère qu'il y a dans 'd0' dans le
> string 'wfichier' a la lettre numéro 'cpt', ou un
> multiple de 'cpt'.
> Merci d'avance!
>
>
> @+
>
>
>



Follow-Ups: References: