Show Posts

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
ASM / Re: ASM Help
« 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
KnightOS / Re: KnightOS
« 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
ASM / Re: ASM Help
« on: November 14, 2010, 04:28:37 pm »
They indeed are :)
What are you using to assemble it? What does it say?

949
ASM / Re: ASM Help
« on: November 14, 2010, 04:22:02 pm »
The file disassembles to
Code: [Select]
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
ASM / Re: ASM Help
« on: November 14, 2010, 04:18:58 pm »
Sending now :)

951
Art / Re: Dice
« 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
ASM / Re: ASM Help
« on: November 14, 2010, 04:09:41 pm »
It works perfectly fine for me O_o.

953
ASM / Re: ASM Help
« on: November 14, 2010, 03:34:18 pm »
Indeed, it should. Are you using a shell to run the program?

954
KnightOS / Re: KnightOS
« 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
Humour and Jokes / Re: 1000 things SirCmpwn should include in KnightOS
« 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
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« 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 :P
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
Assuming coolsnake's account of the tutorials are accurate, then it should indeed be "cp 91", like he said.

958
Other Calculators / Re: Mimas by Benjamin Moody
« 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! :P).
I've assumed he means it's practically empty in terms of apps, programs, etc.

959
KnightOS / Re: KnightOS
« 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 ;D
Otherwise you'll be executing who-knows-what. :P

960
ASM / Re: Something is wrong...
« 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! :D

Pages: 1 ... 62 63 [64] 65 66 ... 161