Author: geekboy1011
Subject: Basic Asm( Utility for Cn2.2
Posted: 29 Oct 2012 12:21:26 am (GMT -5)
With the contest coming up and people wanting to use Cn2.2 in basic I have decided to put some thought into this concept.
Based on what I know the Ti-Basic parser really convolutes interrupts because of its poorly coded drawing routines among other things. So running calcnet in an ISR is not feasable. So im wondering how much of a bottleneck would Cn2.2 experiance if it were to be run in a Asm( program that has a blocking delay on it to allow for the frames to be sent and handled.
One issue I have with that is I need to decide if the basic parser is handle deciding if to wait for frame acknowledgement on sent/received or to just block for a few ms searching for a frame then continue on. Or is the program deciding that based on a value in ans
Note: I do not and will not support DUSB gcn with this. To much work not enough patience. USB is a beast I do not know. I/O I can handle.
_________________
Cadan: CD : My (first?!?) mod of the cadan engine for a not so demoified version of the game :HOLD
Cn2.2 Wireless Bridge : Still in the design phase.
Subject: Basic Asm( Utility for Cn2.2
Posted: 29 Oct 2012 12:21:26 am (GMT -5)
With the contest coming up and people wanting to use Cn2.2 in basic I have decided to put some thought into this concept.
Based on what I know the Ti-Basic parser really convolutes interrupts because of its poorly coded drawing routines among other things. So running calcnet in an ISR is not feasable. So im wondering how much of a bottleneck would Cn2.2 experiance if it were to be run in a Asm( program that has a blocking delay on it to allow for the frames to be sent and handled.
One issue I have with that is I need to decide if the basic parser is handle deciding if to wait for frame acknowledgement on sent/received or to just block for a few ms searching for a frame then continue on. Or is the program deciding that based on a value in ans
Note: I do not and will not support DUSB gcn with this. To much work not enough patience. USB is a beast I do not know. I/O I can handle.
_________________
Cadan: CD : My (first?!?) mod of the cadan engine for a not so demoified version of the game :HOLD
Cn2.2 Wireless Bridge : Still in the design phase.