This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - Eeems
Pages: 1 ... 5 6 [7] 8 9 ... 370
91
« on: May 30, 2020, 06:49:39 pm »
From what I could understand, a TI-83 Premium CE python program cannot be larger than 17.7 KB of executable code and there are a few commands that are proprietary rather than actual python. Speed is also a problem. Here is a video of the same program running on different calculator models:
Don't expect a CE python port of Reuben Quest anytime soon.
That's really disappointing to hear My understanding was that it supports python through a separate arm chip. I would say I'm surprised at how bad the performance is, but this is TI we are talking about
92
« on: May 29, 2020, 02:58:48 pm »
In my opinion, that's really sad, because it kind of nullifies the effort so many people have put into making all those cool programs for the CE range. For example, a project like TI-BOY CE will now be much less useful. Apparently they want to replace ASM with python (potential vurnerability?), which unfortunately isn't a viable replacement for ASM, because it's an interpreted language.
As much as I'm excited for native support of python on a calculator, I'd much rather still have the option to compile anything to native code for the performance boost.
93
« on: May 29, 2020, 02:57:19 pm »
Well, I don't really see how I would go about importing a BMP file in c. The #include statement is only for code, and in the new file menu in the IDE there's no way to add a BMP. There is the import binary function, but I'm not sure if it can be used for this purpose.
With spasm you can #include a bmp file (e.g. images.asm). Have you tried to see if it will just embed the data?
94
« on: May 28, 2020, 11:08:38 am »
As seen over on Cemetech, TI has removed native code support from the CE line of calculators. This means that programs written in assembler, or compiled with languages like C will no longer work on the latest OS. If you want to continue using natively compiled programs, you will want to avoid updating for the time being. We will continue to post major updates and information as this evolves. What is your opinion on this change by TI?
95
« on: May 27, 2020, 09:40:37 am »
AFAIK, in GCC4TI you use arrays of chars, short ints or long ints (for 8, 16 and 32 pixel wide sprites). You can directly edit the sprites if you use binary notation for initialising the arrays. Most of the sprite editors I found on ticalc seem to offer output in hexadecimal, which is fine too. The problem is, that all of the ones I've tried seem to be unfinished in some way or another. As for importing BMP's, I've never seen any mention of it in any of the 68k programming documentation. I guess the search goes on (or I'll have to make my own)
have you tried to just import them to see what happens?
96
« on: May 13, 2020, 05:59:26 pm »
and where can i play it?
There is a link in the post.
97
« on: May 01, 2020, 06:26:18 pm »
You are going to need to provide more information for us to help. What programming language are you using? What type of calculator are you using? What exactly do you mean by random equation generator?
98
« on: April 28, 2020, 12:59:23 pm »
He released v1.0 in this thread. You can find the post here.
99
« on: April 28, 2020, 12:57:01 pm »
I believe people have linux running on the nspire, so technically you might be able to get dosbox running on it.
100
« on: April 28, 2020, 12:56:08 pm »
Hi,
Somebody can share rom, or can you tell me where can I find T310CX_CAS N128.bin.
Regards
You'll have to dump the rom for your own calculator. We do now allow sharing roms on this site. As per the rules. Illegal content, including copyrighted material (such as TI's copyrighted software).
101
« on: April 08, 2020, 12:56:34 pm »
Jump labels etc. are marked by ::, e.g.:
infinite_loop:: jp infinite_loop What's the reason for going with :: instead of the standard :
102
« on: April 07, 2020, 03:14:32 pm »
I would be interested to get some more information on the assembly compiler you wrote.
103
« on: April 01, 2020, 12:57:05 pm »
We are socially distancing ourselves from April 1st.
104
« on: April 01, 2020, 12:54:01 pm »
We are not doing an April Fools joke this year.
Stay safe everybody.
105
« on: March 29, 2020, 01:27:20 pm »
It would be possible. It would also require that your phone support being the USB host.
I'm personally not interested in working on it.
Pages: 1 ... 5 6 [7] 8 9 ... 370
|