[Tiptoi] Unknown commands

Ulrich Sibiller ulrich.sibiller at gmail.com
Mi Jan 14 22:19:03 CET 2015


Hello,

now that we are having a run at identifying unknown commands I have
looked where I can find some of them. And I found this in "Puzzle
Kinderarzt":

  12919:
  - $0==0? ?($0,2) (E0 FF)
  - $0==1?
  12818:
  - $0==0? ?($0,3) (E0 FF)
  - $0==1?
  12944:
  - $0==0? ?($0,1) (E0 FF)
  - $0==1?
  12867:
  - $0==0? ?($0,0) (E0 FF)
  - $0==1?
  12845:
  - $0==0? $6==0? ?($6,1) (00 FF) $6+=1 J(12845)
  - $0==0? $6==1? ?($6,1) (00 FF) $6+=1 ?($0,2) (E0 FF)
  - $0==0? $6==2? ?($6,1) (00 FF) $6+=1 P(99)
  - $0==1?
  12922:
  - $0==0? $10==0? ?($10,1) (00 FF) $10+=1 J(12922)
  - $0==0? $10==1? ?($10,1) (00 FF) $10+=1 ?($0,2) (E0 FF)
  - $0==0? $10==2? ?($10,1) (00 FF) $10+=1 ?($0,65535) (E1 FF)

So we have 4 different unknown commands in one place!

As the whole yaml file is very short I suppose the whole logic is
buried in a binary section of the file and these commands simply call
functions in that binary. What do you think?

Uli




Mehr Informationen über die Mailingliste tiptoi