1
ASM / Re: unrecognised instruction
« on: September 26, 2013, 05:52:53 pm »
Thanks, I didn't know about the existence of those compilers. I will have a look on them.
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.
Pages: [1]
1
ASM / Re: unrecognised instruction« on: September 26, 2013, 05:52:53 pm »
Thanks, I didn't know about the existence of those compilers. I will have a look on them.
2
ASM / Re: unrecognised instruction« on: September 22, 2013, 01:55:27 pm »That's ok, I hope your problem is solved now. Also use the "Edit" button instead of double posting next time The problem is completely solved, now I've got a nice `hello world!` text on my calculator. 3
ASM / unrecognised instruction« on: September 22, 2013, 01:28:06 pm »
Hi there,
I tried to assemble a simple asm script with tasm. The code is litterally copied from a tutorial, so it should work. this is the batch that should compile my program: Code: [Select] @echo off This is the example program: Code: [Select] .nolist I copied the ti83plus.inc from here: http://www.brandonw.net/calcstuff/ti83plus.txt And these are the errors I get whenever I try to assemble/compile the code: Code: [Select] c:\asm\Tasm>asm example I am sure the `variables` _CLRLCDFULL, _PUTS and _NEWLINE are defined in the included ti83plus.inc file. So, I think, B_CALL() is undefined, but I am too noobish in assembly to be sure about that. Can somebody help me a bit with this issue? greetings EDIT: ahw, I see this is an dublicate of: http://ourl.ca/15212 (Is there a moderator that can delete this post?) sorry, for not googling enough before posting .. 4
TI Z80 / Re: zStart - an app that runs on ram clears« on: September 22, 2013, 11:37:39 am »
Hey there,
Finally, it works :D. I knew there was something I did wrong myself ^^. Everybody who would like to use my calculator, has to defeat my tic tac toe bot from now on. Thanks a lot for your interest in assembly for TI calculators and the community Jacob/penguin! Greetings, me 5
TI Z80 / Re: zStart - an app that runs on ram clears« on: September 22, 2013, 06:45:08 am »Quote You managed to ask this really well actually. You made me feel bad because my app wasn't working right, and you managed to ask on a friday when I actually have some free time. haha, great :), I didn't believe there was an update when I checked the forums this morning and you shouldn't feel bad. Although you claim that you fixed the RunOnRamClear issues on the ti84+ SE, I am not able to let my calc run an prgm on ram clear. Here is a video of my calculator and my attempt to let it run a prgm on ramclear: What do I do wrong? greetings, me 6
TI Z80 / Re: zStart - an app that runs on ram clears« on: September 20, 2013, 06:53:18 am »
How far are you with the update? TI 84+ SE won't install the ram clear hoook, although it says success.
Pages: [1]
|
|