Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/05/06 16:47
Read: times


 
#115694 - my last use of this sketched
Responding to: ???'s previous message
For a "bilingual machine". If Spanish is selected the bit 'Spanish' is set by a key, otherwise it is reset

;; ac must contain command number *2
mov dptr,#CmdTable
jnb Spanish,GoOn
mov dptr,#TableDesCommandes
GoOn:
push acc
.... same as above

.....

CmdTable: dw COMMAND0,COMMAND1,COMMAND2
TableDesCommandes: dw COMANDE0,COMANDE1,COMANDE2

Erik

PS: when I did this I inserted 'junk' for the Spanish messages waiting for a Spanish speaking person to write the messages out. E.g. 'Start' in English was "Get the finger out" in 'Spanish', what 'Exit' was is not fit for this forum. A salesperson 'stole' the device and demonstarted it - oh boy, was he mad :)


List of 7 messages in thread
TopicAuthorDate
Labels as parameters?            01/01/70 00:00      
   a sketch            01/01/70 00:00      
      Thanks            01/01/70 00:00      
         Superb.            01/01/70 00:00      
            amazingly enough            01/01/70 00:00      
      my last use of this sketched            01/01/70 00:00      
         Aha!            01/01/70 00:00      

Back to Subject List