Post Reply 
Prime Factors in the ALPHA REG.
12-05-2015, 12:46 PM (This post was last modified: 12-05-2015 12:48 PM by ggauny@live.fr.)
Post: #2
RE: Prime Factors in the ALPHA REG.
Hi,

The difficulty is to translate the codes to input in ALPHA REGISTER. A way to do this is go in base HEX, for instance the exponant sign is 5E in the array of code characters in manual, 2 is 32 in array which is HEXA, SPACE is 06 in the array, so I go HEXA I put the code hexa of what I want, for example :

2^2[space]

I do 32 x->a 5e x->a 32 x->a, it is "2^2" in alpha register.
Of course I have made a routine for translate what I need ! numbers 2 to 9 (it is sufficient I think), and ^, ., SPACE, after I display alpha register and I have my result.

GĂ©rard.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Prime Factors in the ALPHA REG. - ggauny@live.fr - 12-05-2015 12:46 PM
RE: Prime Factors in the ALPHA REG. - fhub - 12-09-2015, 02:33 PM
RE: Prime Factors in the ALPHA REG. - fhub - 12-09-2015, 06:32 PM
RE: Prime Factors in the ALPHA REG. - fhub - 12-10-2015, 05:43 PM
RE: Prime Factors in the ALPHA REG. - fhub - 12-10-2015, 06:25 PM



User(s) browsing this thread: 1 Guest(s)