what numbers are you guys using!?
my program only gets U with like 10-20 or so..
edit:
btw, what about 1
01=1-(0+1)
that equals zero?
according to my program, not everything is U, but I think my program has a problem of some sort..
here is the code(in C)
#include <stdio.h>
#include <stdlib.h>
//add the '#' to get rid of the zero based beginning..
char lookup[]={'#','F','T','Y','I','O','H','G','Q','U','F','G','H','J','I','P','Z','X','C','U','B','N','H','T','Y','W','A','D','U','H','Q','A',
'D','F','G','H','Y','U','U','M','N','G','D','C','Z','X','D','T','U','A','Z','Y','F','G','A','D','S','S','U',
'W','R','Y','U','F','G','A','X','U','B','N','M','M','A','S','F','Y','U','I','O','P','P','Z','C','B','U','U',
'W','R','Y','F','H','U','I','X','U','B','N','Z','S','G','H','U','E','A'
};
int main(){
unsigned char i;
unsigned char tmp1,tmp2;
for(i=1;i<=99;i++){
tmp1=i%10; //first digit
tmp2=i/10; //last digit
//printf("tmp1 and tmp2:: %i , %in",tmp1,tmp2);
printf("i: %i Produced: %cn",i,lookup[i-(tmp1+tmp2)]);
}
}
edit2:
your tables not fully aligned..look between 10 and 11 is that suppose to be that way?
Open86 --My Emulator (now with it's first super alpha release
I'm addicted to placebo's...I would quit but it wouldn't mean anything! lol