On Tue, 2001-10-16 at 15:58, James Mastros wrote: > On Tue, 16 Oct 2001, Brian Wheeler wrote: > > _chr - create a string (S0) with the ascii value of I0 > > _ord - return (in I0) the ascii value of the first character in S0 > There's /got/ to be a better way to write these. I propose making opcodes > specificly to do these. This is an inner-loop kind of thing.
Yeah, probably, but not with the opcodes we have so far. They were just kind of afterthoughts and to see if its actually possible to do it with the ops we have now :) Brian