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 - jnesselr

Pages: 1 ... 38 39 [40] 41 42 ... 165
586
ASM / Re: Disable "Done" message
« on: March 23, 2011, 10:58:24 am »
lol
Can you also do something like NoDone EQU FDCB00AEC9?
That would be useful to add to the ti83plus.inc.
Not really at all, because in ASM, it's just easier to say res 5,(IY+0).  *shrugs*  I mean it's easier for me at least.
Yep, that's exactly what http://tibasicdev.wikidot.com/hexcodes#toc9 does, but more readable :)
EDIT: ...for everyone except Xeda112358
Why do you say that?
Xeda112358 has the uncanny ability to only be able to understand the stuff if it's in hex form.

587
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: March 23, 2011, 10:54:11 am »
Wait, your calc can say words now?

588
Casio Calculators / Re: Low level hardware emulation
« on: March 23, 2011, 01:44:42 am »
Well, the temporary, ie not PrizmSuite, one is going well.  I'm trying to finish it asap.

589
Axe / Re: Data Transmission question
« on: March 22, 2011, 07:38:58 pm »
Is calc-to-calc( you know, getCalc stuff) serial transfer?
Yes, it's usually considered that.  Although USB can go calc-to-calc too.

590
Miscellaneous / Re: OmnimagaOS
« on: March 22, 2011, 07:26:59 pm »
Yeah, I found out it won't work because my CPU doesn't support PAE.  So, awesome.  I'm going to try downloading/burning for my other computer.
PAE same here :(
Hm. Well, it's obviously the kernel you are using that's the problem, but PAE should run fine on my CPU.
Apparently, although I don't know why this would happen.
I myself use the most recent linux kernel (albeit the ubuntu branch) with no problems. I guess I'll have to rebuild this and see if I can fix it or something.
Strange.  Both Ubuntu PAEs work on my computer. (Desktop and Server)

591
Miscellaneous / Re: OmnimagaOS
« on: March 22, 2011, 07:23:04 pm »
Yeah, I found out it won't work because my CPU doesn't support PAE.  So, awesome.  I'm going to try downloading/burning for my other computer.
PAE same here :(
Hm. Well, it's obviously the kernel you are using that's the problem, but PAE should run fine on my CPU.

592
Miscellaneous / Re: OmnimagaOS
« on: March 22, 2011, 07:13:30 pm »
Yeah, I found out it won't work because my CPU doesn't support PAE.  So, awesome.  I'm going to try downloading/burning for my other computer.

593
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: March 22, 2011, 05:32:30 pm »
1456: Your calc IS the internet.
1457: Your calc is actually simulating mankind.  Yes, that means it's simulating itself simulating mankind too.

594
Axe / Re: Program DRM?
« on: March 22, 2011, 04:42:05 pm »
What's "op4"
It's a 11 byte location in memory.  There are OP1 through OP6.  Thy are used to store names, and such.  It's really an ASM thing.  Look here: http://wikiti.brandonw.net/index.php?title=83Plus:RAM:8478

595
Other Calculators / Re: The 1st step into CAS+ flashing
« on: March 22, 2011, 04:07:24 pm »
So do we have the public key, though?

596
Casio Calculators / Re: Low level hardware emulation
« on: March 22, 2011, 03:52:59 pm »
And it also explains why I still haven't figured it out.  Okay, so let me look....

So Qwerty.55 gave me this:
Code: [Select]
Loop:
   MOV.W @R1,R4
   ADD $FF,R1
   ADD $FF,R3
   TST R2,R2
   BF/S Loop
   MOV.W R4,@-R2
and said it compiled into:
Code: [Select]
   6411
   71FF
   73FF
   2228
   8FFA
   2245
The 8FFA being the BF/S statement.  So FA == -6 right?  So that's per instruction, meaning 12 bytes back, or 6 instructions back.  So, from the 6411 to the 8FFA is 8 bytes.  Okay, and 4 bytes ahead makes it 12.  I see.  Well that's not stupidly complicated.  I just kinda had to put that out there in writing and I guess it made sense.

I still don't see why you &'d $FFFFFFFE though.  Wouldn't it already be even no matter what?  Considering if you reference the number of instructions with displacements. IE. Function B references to go back to Function A.  Function A and B are both on an even displacement.  Function B references A, which is, let's say, 5 instructions back.  Since you multiply it by two to get the bytes, you always get an even number of bytes back, and instructions always start at even numbers.  So yeah, why did you & $FFFFFFFE?

597
News / Re: IRC Channel -i Again
« on: March 22, 2011, 03:40:48 pm »
Okay, that's awesome.  How did you go about figuring that out?

598
That isn't really a necropost at all, for the record.

And is there somewhere online where these are all hosted together?  Like 83 plus in 28 days was hosted on dragonfire, I think.

599
TI Z80 / Re: Z80GL
« on: March 21, 2011, 10:28:34 pm »
It's next week!  j/k, it's this week. :D  But seriously, did you get a chance to work on this?  How did the 10 page paper go?

600
TI Z80 / Re: Belts
« on: March 21, 2011, 10:25:09 pm »
So, is that a concept screenshot, or what?  Any progress on this?

Pages: 1 ... 38 39 [40] 41 42 ... 165