tech58761
Experienced Member
As long as the topic of converting 8-bit assembly to C has been raised in another thread, I thought I'd ask the brain trust for a bit of help.
Most of this code attached I can reasonably rewrite into C, except for the core algorithm, which takes a stream of raw bits, evaluates it for the presence and direction of bit transitions, and eventually decodes it into bits of an incoming message (coherent phase-shift keying, to be precise).
If I can master this bit of code (or come up with an equivalent approach), then I can get going on porting some other code to C.
The segment in question is from the bitTest label to the instruction STAA byteOld.
Most of this code attached I can reasonably rewrite into C, except for the core algorithm, which takes a stream of raw bits, evaluates it for the presence and direction of bit transitions, and eventually decodes it into bits of an incoming message (coherent phase-shift keying, to be precise).
If I can master this bit of code (or come up with an equivalent approach), then I can get going on porting some other code to C.
The segment in question is from the bitTest label to the instruction STAA byteOld.