0 Members and 1 Guest are viewing this topic.
Quote from: cfxm on March 20, 2011, 10:18:07 amI totally like the display routine!So? Then if you like it crowded, try this...@DJ_O: it is C, not assembler!
I totally like the display routine!
I am curious how far we'll be able to push the Prizm when display routines like IonFastCopy are written.
ah... CASIO I haven't used mine for a while I use ti-84 plus SE
For me as an asm coder it is important to know this because I can't rely on C routines.
What I think we need is a long explanation of how insight exactly works
and syscalls. An explanation from the ground up would be very helpful
...Last time I checked the VRAM-DMAC was still undocumented.
Okay I'm working on getting a shell up and running now, but I can't find a syscall that meets one of my needs. What I need to do is to create a list of the files contained in a directory. None of the MCS or Bfile syscalls seem to accomplish this so I'm wondering if such call dos exist, is it undocumented or do I need to write a routine to find this information.
The other thing I was wondering about was if it is better to do a syscall using the 80020070 address or to just call directly to the the syscall. My only concern with calling directly was that some OS's could use different locations for the calls making some older programs unusable.