Bunch of objects that got deleted

It seems that a zip file with numerous objects that I made has been somehow deleted from the object exchange. Here they are, along with a bunch of recently-posted voice and video drivers.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chip Gracey
Parallax, Inc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chip Gracey
Parallax, Inc.
Comments
I got a new computer , downloaded the propeller tool from your website & I noticed that it is still version 1.0 , my other computer has version 1.1
Brian
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Just got my PEKit today can't wait to get home.
-Matt
And Phil's work with the object:
http://forums.parallax.com/showthread.php?p=613308
It's v1.0.3 not v1.1 and located inside his zip.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Brian
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Post Edited (truckwiz) : 12/15/2006 5:24:01 AM GMT
v1.0 will work fine, but you'll have to put a carriage between the ???_ret labels and the RES directives.
These lines:
sine_ret res 1
cordic_ret res 1
Must become:
sine_ret
res 1
cordic_ret
res 1
That's all.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chip Gracey
Parallax, Inc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
None of that will be needed now, and this will save 2 pins, too!
Jim C