Assembly Arrives to the TI-73
Posted by Magnus on 16 March 2005, 21:04 GMT
Michael Vincent has released Mallard,
the first assembly shell for the TI-73. Until now, the 73 was limited to
only BASIC and flash applications. Mallard v0.1 requires
a TI-73 or TI-73 Explorer running OS 1.60. It is installed via a hacked
backup file, similar to the great 85 ZShell. Because TI
Connect does not properly handle 73 backup files, TiLP is required for
installation. Mallard is currently an experimental beta version; it may
still be unstable.
We have also added 73 ASM folders to
our archives.
Update: Mallard v0.2 has been released.
|
|
Reply to this article
|
The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.
|
|
Re: Assembly Arrives to the TI-73
|
burntfuse
(Web Page)
|
Very nice! If it allows apps, couldn't an asm shell also be made in an app without having to send a modified backup?
|
Reply to this comment
|
16 March 2005, 21:39 GMT
|
|
|
|
|
|
|
|
|
|
|
Just to clear a few things up
|
Benjamin Moody
|
TI-73 apps are signed using the same scheme as are TI-83+ apps.
What has not been released for the 73 (1) is the private key (number 0102) needed to sign apps. If you have a real TI-73 (2), you can (with some effort) retrieve the *public* key which is the 512-bit product of two large prime numbers; those two numbers are the private key, and they are needed to sign apps (3).
It is beyond the capability (4) of any current computer (5) to factor a 512-bit number; whether there exists an efficient algorithm for doing so with a conventional computer is unknown (6); and forging a Rabin signature is computationally equivalent to factoring the key (7).
(1) Yes, the private key for the 83+ (number 0104) is available. No, the TI-73 does not accept apps signed with it.
(2) Yes, it probably is possible to retrieve it from the boot page as well.
(3) Yes, there are MD5 collisions known; no, they won't help us yet.
(4) With the possible exception of the NSA.
(5) Or even massive distributed computing project.
(6) With the possible exception of the NSA.
(7) Because if you can forge an arbitrary signature, you can sign a chosen square, in which case you have a 50% chance of finding two square roots of the same number which are not negatives of each other, and given those you can find the factors fairly easily.
|
Reply to this comment
|
17 March 2005, 02:37 GMT
|
|
1 2 3 4 5
You can change the number of comments per page in Account Preferences.
|