<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Moving through files causes changes to file</title>
		<link>http://tibasicdev.wikidot.com/forum/t-8007308/moving-through-files-causes-changes-to-file</link>
		<description>Posts in the discussion thread &quot;Moving through files causes changes to file&quot; - File is being edited only wtih arrow keys</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 11 Mar 2026 16:00:48 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8007308#post-4025448</guid>
				<title>Re: Moving through files causes changes to file</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8007308/moving-through-files-causes-changes-to-file#post-4025448</link>
				<description></description>
				<pubDate>Tue, 16 Oct 2018 04:39:15 +0000</pubDate>
				<wikidot:authorName>Deoxal</wikidot:authorName>				<wikidot:authorUserId>4178723</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I agree, I'm a little lost but it was interesting. I did not use BasicOS for this though. The program shown here would probably crash the calc. It's just the assembled version of every hex value, which I'm sad to say I typed out by hand since I couldn't get Eclipse to work at the time I made this. I just wanted to see the connection between hex and actual machine code. So yes, it does contain the newline token.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8007308#post-4024803</guid>
				<title>Re: Moving through files causes changes to file</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8007308/moving-through-files-causes-changes-to-file#post-4024803</link>
				<description></description>
				<pubDate>Mon, 15 Oct 2018 14:10:57 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How exactly is converting hex tokens related to this thread?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8007308#post-4024419</guid>
				<title>Re: Moving through files causes changes to file</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8007308/moving-through-files-causes-changes-to-file#post-4024419</link>
				<description></description>
				<pubDate>Mon, 15 Oct 2018 03:31:26 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Did you use BasicOS with this? You can convert hex token 00-FF no sweat. You can stick it in a string and simply recalling it in a program. Now, some bytes or tokens in your program are not accessible to the user, even through an assembly program. The hex token D6 is a new line token. In BasicOS, if you convert the hex token AF to characters or tokens, you get a &quot;?&quot;, which is the new line token. That's just an example. Some tokens can make your calculator run as you would not expect it to, and possibly crash because you tried to access those tokens. BasicOS is the program when you want to get those tokens, like the checkered box token, or the GarbageCollect command. As a warning, take caution when trying to recall some dangerous tokens.</p> <p>If you want to convert some hex values to tokens, use the steps below.</p> <ol> <li>Start BasicOS.</li> <li>In the main menu, go to more features.</li> <li>Press 5 three times.</li> <li>Input any hex value to convert to tokens.</li> <li>Press on to stop the program, store Ans to a string. Open or create new program and recall the string. Done!</li> </ol> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8007308#post-4024264</guid>
				<title>Re: Moving through files causes changes to file</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8007308/moving-through-files-causes-changes-to-file#post-4024264</link>
				<description></description>
				<pubDate>Sun, 14 Oct 2018 22:47:59 +0000</pubDate>
				<wikidot:authorName>Misfire</wikidot:authorName>				<wikidot:authorUserId>4409570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Seems to be reasonable as 267 bytes is not really big.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8007308#post-4024259</guid>
				<title>Re: Moving through files causes changes to file</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8007308/moving-through-files-causes-changes-to-file#post-4024259</link>
				<description></description>
				<pubDate>Sun, 14 Oct 2018 22:37:13 +0000</pubDate>
				<wikidot:authorName>Deoxal</wikidot:authorName>				<wikidot:authorUserId>4178723</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It's only 267 bytes, and I've written basic programs on the calculator bigger than that. So I guess it's just that the OS is buggy. One more reason to learn how to write my own OS/patch 2.55MP.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8007308#post-4024235</guid>
				<title>Re: Moving through files causes changes to file</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8007308/moving-through-files-causes-changes-to-file#post-4024235</link>
				<description></description>
				<pubDate>Sun, 14 Oct 2018 21:36:53 +0000</pubDate>
				<wikidot:authorName>Misfire</wikidot:authorName>				<wikidot:authorUserId>4409570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Sir, as far as I'm concerned, this not make sense as as I think that the program is simply to big that it probably does this automatically but I may be wrong since I haven't done any other language than TI-BASIC in a week.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8007308#post-4023596</guid>
				<title>Moving through files causes changes to file</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8007308/moving-through-files-causes-changes-to-file#post-4023596</link>
				<description></description>
				<pubDate>Sun, 14 Oct 2018 05:31:00 +0000</pubDate>
				<wikidot:authorName>Deoxal</wikidot:authorName>				<wikidot:authorUserId>4178723</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>All I am doing here is pushing the arrow keys and the program is having bytes deleted from it. What possible explanation is there for this? Have you seen this in a basic or unassembled hex program?</p> <p><a href="https://j.gifs.com/BLwv8Q.gif">https://j.gifs.com/BLwv8Q.gif</a></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>