Re: A86: lookup table
[Prev][Next][Index][Thread]
Re: A86: lookup table
Thanks. I'm afraid I don't understand it too well, but it looks
complicated and it was made by someone else so it should work, eh? :)
Cassady Roop
Slightly Immoral Technologies
Jimmy Mårdell wrote:
> If I understood this correctly, you want from the input (ex GAC) a
> string with the name returned? This is easiest done with numbering the letters
> C, G, A and T as 0, 1, 2, 3, and then have a table with 4^3 pointers:
>
> ; Input: HL -> three letter string (uppercase)
> ; Output: NC, HL -> string
> ; CF = error in input string
...
Follow-Ups:
References: