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 - calcdude84se
Pages: 1 ... 62 63 [64] 65 66 ... 161
946
« on: November 14, 2010, 04:34:37 pm »
That's strange. What's especially disconcerting is that it changed curRow to a 0 and eliminated both bcall's entirely. Could you try replacing each bcall(xxxx) with "rst 28h \ .dw xxxx", where xxxx is the name of the routine bcalled? If you could disassemble it yourself, that would be helpful too
947
« on: November 14, 2010, 04:30:19 pm »
If those 7 programs must be in RAM, compiled, you can always use a group Anyway, for KnightOS, Sir plans to have no RAM-based file system anyway, so RAM clears are less of a problem.
948
« on: November 14, 2010, 04:28:37 pm »
They indeed are What are you using to assemble it? What does it say?
949
« on: November 14, 2010, 04:22:02 pm »
The file disassembles to ld hl,0 ld ($0000),hl ld hl,string ret string: .db "Hello World",0 O_o Edit: I sent it to my physical calc because I have Calcsys there
950
« on: November 14, 2010, 04:18:58 pm »
Sending now
951
« on: November 14, 2010, 04:12:41 pm »
Dungeons and Dragons. It's a table-top RPG. So you'd need a d4, d6, d10, d12, and d20. (A tetrahedron, a cube, I don't know what this one is called, a dodecahedron, and an icosahedron)
952
« on: November 14, 2010, 04:09:41 pm »
It works perfectly fine for me O_o.
953
« on: November 14, 2010, 03:34:18 pm »
Indeed, it should. Are you using a shell to run the program?
954
« on: November 14, 2010, 03:29:01 pm »
You back up and use an emulator That way, RAM clears are not a problem (nor is anything else except the rare archive corruption)
955
« on: November 14, 2010, 03:11:29 pm »
You can't do that, actually 13: It takes >9000 steps just to do something simple, like add 1 and 1.
956
« on: November 14, 2010, 02:01:07 pm »
In our math class we can't use calculators on tests anyway, so it doesn't really matter 811. The programs you use to help you on tests are ASM programs, written with Mimas. 812. You have written this program, but have generalized it to almost all 2D cellular automata. 813. You have written a text-to-speech program for the TI Calcs. It sounds like GLaDOS.
957
« on: November 14, 2010, 01:56:48 pm »
Assuming coolsnake's account of the tutorials are accurate, then it should indeed be "cp 91", like he said.
958
« on: November 14, 2010, 01:53:36 pm »
Yeah, it's a pretty horrible place to round to (666 to the nearest thousand is 1000! ). I've assumed he means it's practically empty in terms of apps, programs, etc.
959
« on: November 14, 2010, 01:38:40 pm »
I once on my nspire (in 84+ mode) got it really messed up by recalling strings larger than RAM and accidentally stuck it in test mode by running this
PrgmA :AsmPrgm :FFFFFFFFFFFFFFFFFFFF
Probably want to put a C9 (ret) on the end there Otherwise you'll be executing who-knows-what.
960
« on: November 14, 2010, 01:31:11 pm »
Pause does change the cursor location, so I guess that might be it. I didn't realize this was for ReCode. Good luck!
Pages: 1 ... 62 63 [64] 65 66 ... 161
|