I've been trying to figure out a way to find strings of text in lines of code in a program, but I can't seem to find anything. Does anyone have any suggestions?
What are you trying to accomplish exactly? Finding strings of certain text inside specific lines of code or whole lines of code in general? If either, Celtic III gets the job done. I do have some programs that do it.
Oh wait, you have an 84+CE don't you? You can send the programs to your computer, use an 84+ emulator, and then I can share the program(s) with you.
Hewwo, my name is Achak Claw. I was formerly BioHazard.
I'm trying to wrote an antivirus program for my calculator, so that I can make sure the programs I download don't just damage my calculator. Is there anything that will do the trick for an 84+CE?
Not that I know of. Your best bet is an 84+ emulator via Wabbitemu on Windows or Cemetech.net on macOS
Hewwo, my name is Achak Claw. I was formerly BioHazard.
Or the Silver Edition. Either works. The SE has more memory.
Hewwo, my name is Achak Claw. I was formerly BioHazard.
When I try to create a new ROM, it says, "Error: OS file is corrupt or invalid." I've tried both calculators, and both OS versions, but nothing works. Perhaps Celtic 2 would work?
On WabbitEmu? Did you make sure the OS is valid and the version is 2.55MP?
Later I will make a simple program to find and find and replace strings in lines of code.
Hewwo, my name is Achak Claw. I was formerly BioHazard.
Ok. Now it's working properly. WabbitEmu, specifically.
So what should I put in the program?
You can try this program I made:
[In meeting rn, will edit and post code after]
Hewwo, my name is Achak Claw. I was formerly BioHazard.
Possibly, but I don't know how to use ICE
The tokens/characters you are looking for in the program(s), are they readable on the 84+ or are they garbage characters?
Hewwo, my name is Achak Claw. I was formerly BioHazard.
I made the program in another thread. Tell me if it doesn't quite accomplish what you are trying to do. If you are trying to look for corrupt tokens/characters, avoid doing that because manually recalling or displaying them can crash the calculator before you run the program. Let me know if there are any typos or bugs in the program, I had to type it all by hand.
Hewwo, my name is Achak Claw. I was formerly BioHazard.