I know that you can get any token on grayscale calculators with AsmPrgm and AsmComp by compiling and unlocking the program. Does this still work on the CE?
can get any token on grayscale calculators with AsmPrgm and AsmComp by compiling and unlocking the program
You can't get ALL tokens on the gray-scale calculators. Some won't display like you want them to. Characters like D0 will display the ClrList command instead. There aren't a whole lot assembly programs for the CE that does that specifically. The tokens for the CE are somewhat different, and harder to access. The newest CE operating system (version 5.3.1.0038) won't even let you use the Asm84CEPrgm because it's disabled. You can't even compile them
without that token. For accessing tokens; you can however, revert to an earlier operating system. If your good with z80 assembly programming, it won't be such a hard task to achieve. Or, you may look on ticalc.org (search in the archives) and look to see if there is a assembly program that will fit your needs. The tokens are very much different from the gray-scale, so the results may be different. Hope this helps, good luck with the search! :)
Hewwo, my name is Achak Claw. I was formerly BioHazard.
A. I’m on 5.3.0.
B. I’m referring to the method detailed at tibasicdev.wikidot. com/tokens
There are several ways to insert a token given its hex value; all of them require an assembly program of some form. One of the easiest is to create an assembly program using AsmPrgm followed by the hex codes you want to convert to tokens, assemble it using AsmComp(, and then unlock it (there are many programs that allow you to do this).
You can't unlock programs, because the edit-lock assembly program was never implemented. Most gray-scale hex codes wont work with the CE.
As far as I know, none exists yet on this site.
Hewwo, my name is Achak Claw. I was formerly BioHazard.
You can unlock programs with Cesium, and from my understanding if I want token 0x20 I could just make
AsmPrgm
20
then compile and unlock it and it would have the token. Is that what the method is saying? I don’t have a grayscale calculator so I can’t try it.
Well, I'm not sure if this is the token you wanted, but the result of hex code '20' is randM(
I usually unlock programs via Celtic 3. For unlocking assembly programs normally, you would have to do:
PROGRAM:ASM
:AsmPrgm
:20
Then do...
AsmComp(prgmASM,prgmASM2
then use the AsmPrgmEFD74AFE04C03CEB4E234623117884121CEDB0AF12EFF142D8EE0377C9 code to unlock...
With Celtic 3, all I have to do is…
det(0,1,"ASM2
That's all. One step.
Is that what the method is saying?
What do you mean exactly by your method?
Hewwo, my name is Achak Claw. I was formerly BioHazard.
But I can use Cesium to unlock programs on the CE, right? I’m just asking if that method works on the CE with Asm84CEPrgm.
That depends on the platform Cesium runs on. If it's a gray-scale flash app/program, then it can only run on the grey-scale calculators. It wont work on the CE. If it's a CSE program, it wont work. If it's a CE program, run Asm(prgmPROGNAME, try it out.
Do you know the platform for this program/flash app?
EDIT: I found out this is a program shell for the CE. If it can run, archive, hide, and lock programs, then yes. But I have not tried the shell before, so I'll try it out when I can.
EDIT 2: You can download the file at this link:
https://www.ticalc.org/archives/files/fileinfo/465/46574.html
EDIT 3: You don't need the Asm84CEPrgm. Just use the Asm() command.
Hewwo, my name is Achak Claw. I was formerly BioHazard.
Looks like Cesium has a built-in check to stop you from unlocking ASM programs. I suppose I need to ask Mateo (the maker of Cesium) if he has a hex code or way to unlock programs on the CE.
You can download a utility program I made below:
https://www.ticalc.org/archives/files/fileinfo/472/47232.html
This is called File Manager, which you are able to unlock any program. But be careful however, if you unlock a compiled assembly program, don't group it. Because if you do group it, and try to un-group it, you will receive an ERR:VERSION error. You can group assembly programs, just don't unlock them. If you wish to see the source code, use File Manager to download the source code of the program. It gets the job done.
EDIT: Oh… I just forgot that you use a CE xD
Hewwo, my name is Achak Claw. I was formerly BioHazard.