<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[The 1-Bit Forum — ti83 ht2, ti1bit]]></title>
	<link rel="self" href="https://randomflux.info/1bit/extern.php?action=feed&amp;tid=113&amp;type=atom" />
	<updated>2016-12-02T10:07:50Z</updated>
	<generator>PunBB</generator>
	<id>http://randomflux.info/1bit/viewtopic.php?id=113</id>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1103#p1103" />
			<content type="html"><![CDATA[<p>Neat!</p><p>&quot;$db&quot; is indeed a note value in hex notation, equal to 219 in decimal <img src="http://randomflux.info/1bit/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>I wonder what went wrong with those errors though. The line &quot;#define db .byte&quot; actually means the opposite in TASM, eg. &quot;interpret &#039;.byte&#039; as &#039;db&#039;&quot;. But as I said, back in the day when I wrote these I didn&#039;t have much of a clue about asm either. In any case, I promise to make a better version of ti1bit pack as soon as I can find the time, hopefully in January.</p><p>If you run into the &quot;too many lines&quot; problem, it might also suffice to put some dummy labels somewhere in the music data, eg.<br /></p><div class="codebox"><pre><code>   db $bla
   db $bla
   db $bla
dummyLabel1
   db $bla
   db $bla
   db $bla</code></pre></div><p>Haven&#039;t tried this though. In any case, first thing for the new ti1bit pack will be to eliminate TASM and replace it with a modern assembler which doesn&#039;t bicker about stupid crap like that.</p><p>A note on speed: Speed conversion in ti1bit is not very accurate to begin with. But there are also other problems, some of which were discovered only recently. Namely 1) The TI-83 Parcus (the model you have) actually runs at around 7 MHz, despite the official specs claiming it runs at 6. 2) CPU speed on TI calcs fluctuates significantly depending on battery strength. On TI-83, it&#039;s not as bad as on some other calcs, but still normal to have +/- ½ MHz variation.</p>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2016-12-02T10:07:50Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1103#p1103</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1101#p1101" />
			<content type="html"><![CDATA[<p>damn im getting this error again and Im pretty sure that I have no dots in my music.asm (and that every file is in its proper folder)</p><div class="codebox"><pre><code>Unknown token: (.)
Unknown token.
Label not found: (byte)</code></pre></div><p>something like this times 20 which sums up to 60 errors. Could this be the time to arrange it by 16? terrifies me to do it manually....</p><p>..update..</p><p> it appears that some lines of the music.asm exported from 1tracker look like this (after changing # to $)</p><div class="codebox"><pre><code>...
db $db
...</code></pre></div><p>and your lsti.asm changes &#039;db&#039; to &#039;.byte&#039; - and that was the reason of failure. I just wonder why is that db $db thing happening. Is &#039;db&#039; a note in hexadecimal notation?</p><br /><p>...update...</p><p>Here is my second try in LSEngine on TI <br />this time written from scratch on 1tracker:</p><p><a href="https://www.sendspace.com/file/spfi2w">https://www.sendspace.com/file/spfi2w</a></p><p>I wrote it on spd03, but calc plays files much faster than preview on 1tracker (I bet its because 1tracker is generaly used to make ZX Spectrum songs so its not calibrated with TI83 capabilities/performance), so I changed it to spd04 and its a bit too slow to be honest, but definitely better than much too fast on spd03.</p><p>in terms of noise and shittynes of audio cable it sounds even shittier than the previous test so accept my apologies ;]</p>]]></content>
			<author>
				<name><![CDATA[salviador]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=91</uri>
			</author>
			<updated>2016-12-02T00:42:10Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1101#p1101</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1099#p1099" />
			<content type="html"><![CDATA[<p>In theory it should just work by setting the loop point where you want it in 1tracker. I have no clue what I even meant by what&#039;s written in the ti1bit readme.</p>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2016-12-01T17:17:52Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1099#p1099</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1098#p1098" />
			<content type="html"><![CDATA[<p>Hello again folks! ;]<br />I was trying to make something new and got another simple (I hope <img src="http://randomflux.info/1bit/img/smilies/smile.png" width="15" height="15" alt="smile" />) question about looping in lsti, i saw that the song in its current state loops infinitely as a whole, what about A,B construction, where A is intro and only B loops infinitely. Do I set it up in lsti.asm (as readme suggests) or in music.asm in this: </p><p>dw loop1,ptr1<br />dw loop2,ptr2</p><p>?</p><p>edit.. or can i do it from 1tracker since im exporting asm from it?</p>]]></content>
			<author>
				<name><![CDATA[salviador]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=91</uri>
			</author>
			<updated>2016-12-01T01:02:38Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1098#p1098</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1096#p1096" />
			<content type="html"><![CDATA[<p>thx for your kind words ;] this test track is surely a &#039;&#039;test&#039;&#039;. now that I know how to make it play on hardware i can spend some time making more complicated track. in this demo both channels plays basically the same thing - just different octaves, there is much to improve in this song, but im glad you like it as it is ;] </p><p>I will be posting updates ;]</p>]]></content>
			<author>
				<name><![CDATA[salviador]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=91</uri>
			</author>
			<updated>2016-11-28T20:18:47Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1096#p1096</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1095#p1095" />
			<content type="html"><![CDATA[<p>I like this demo tune very much!! Well done. </p><p>Rawp is very interesting, I should use it more btw.</p>]]></content>
			<author>
				<name><![CDATA[garvalf]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=6</uri>
			</author>
			<updated>2016-11-28T18:12:09Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1095#p1095</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1094#p1094" />
			<content type="html"><![CDATA[<p>Ha, with a demo tune like this, it was totally worth it <img src="http://randomflux.info/1bit/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> Looking forward to what you&#039;ll come up with. Please do post your stuff here, I&#039;m curious.<br />And yeah, applying some eq is totally fine in the 1-bit world (well, in my opinion at least). Though lsengine is a pretty hopeless case. I&#039;ve used it quite a bit for some time, but I never managed to get it to sound really good, neither on Spectrum nor on TI.</p>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2016-11-28T16:29:05Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1094#p1094</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1093#p1093" />
			<content type="html"><![CDATA[<p>as you wish ;] I made it as similar to template music.asm as possible</p><div class="codebox"><pre><code>    dw ptr1,loop1

    dw ptr2,loop2
    
    db $04 

ptr1

loop1
    db $0a

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $0d

    db $00

    db $10

    db $00

    db $0f

    db $00

    db $12

    db $00

    db $11

    db $00

    db $16

    db $00

    db $15

    db $00

    db $16

    db $00

    db $0a

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $15

    db $00

    db $16

    db $00

    db $0a

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $14

    db $00

    db $0a

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $16

    db $00

    db $15

    db $00

    db $16

    db $00

    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $0d

    db $02

    db $10

    db $02

    db $0f

    db $02

    db $12

    db $02

    db $11

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $02

    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $02

    db $0a

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $14

    db $06

    db $0a

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $15

    db $05

    db $16

    db $05

    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $0d

    db $02

    db $10

    db $02

    db $0f

    db $02

    db $12

    db $02

    db $11
    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $02

    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $02

    db $0a

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $14

    db $06

    db $0a

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $15

    db $05

    db $16

    db $85

    db $8a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $82

    db $0d

    db $02

    db $10

    db $02

    db $0f

    db $02

    db $12

    db $02

    db $11

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $82

    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $82

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $82

    db $0a

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $86

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $14

    db $86

    db $0a

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $85

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $15

    db $05

    db $16

    db $05

    db $8a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $82

    db $0d

    db $02

    db $10

    db $02

    db $0f

    db $02

    db $12

    db $02

    db $11

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $82
    db $0a

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $82

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $16

    db $02

    db $15

    db $02

    db $16

    db $82

    db $0a

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $86

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $14

    db $86

    db $0a

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $85

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $16

    db $05

    db $15

    db $05

    db $16

    db $05

    db $8a

    db $02

    db $96

    db $02

    db $16

    db $02

    db $96

    db $82

    db $16

    db $02

    db $16

    db $82

    db $16

    db $02

    db $96

    db $82

    db $0d

    db $82

    db $10

    db $02

    db $0f

    db $02

    db $92

    db $82

    db $11

    db $82

    db $16

    db $82

    db $15

    db $02

    db $96

    db $82

    db $0a

    db $02

    db $16

    db $82

    db $16

    db $82

    db $16

    db $82

    db $16

    db $82

    db $16

    db $82

    db $16

    db $02

    db $16

    db $82

    db $16

    db $02

    db $16

    db $02

    db $16

    db $82

    db $96

    db $82

    db $16

    db $02

    db $16

    db $82

    db $15

    db $02

    db $96

    db $82

    db $0a

    db $86

    db $16

    db $86

    db $16

    db $86

    db $96

    db $86

    db $16

    db $86

    db $16

    db $86

    db $16

    db $06

    db $16

    db $86

    db $16

    db $86

    db $16

    db $06

    db $16

    db $86

    db $16

    db $86

    db $16

    db $06

    db $16

    db $06

    db $16

    db $06

    db $94

    db $86

    db $0a

    db $05

    db $16

    db $85

    db $16

    db $85

    db $16

    db $85

    db $16

    db $85

    db $16

    db $05

    db $16

    db $85

    db $16

    db $85

    db $16

    db $05

    db $16

    db $85

    db $16

    db $85

    db $96

    db $85

    db $16

    db $05

    db $16

    db $05

    db $15

    db $05

    db $16

    db $05

    db $22
    db $ff

ptr2

loop2
    db $16

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $25

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $19

    db $00

    db $1c

    db $00

    db $1b

    db $00

    db $1e

    db $00

    db $1d

    db $00

    db $22

    db $00

    db $21

    db $00

    db $22

    db $00

    db $16

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $25

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $22

    db $00

    db $24

    db $00

    db $25

    db $00

    db $21

    db $00

    db $22

    db $00

    db $16

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $25

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $29

    db $00
    db $27

    db $00

    db $25

    db $00

    db $24

    db $00

    db $25

    db $00

    db $24

    db $00

    db $22

    db $00

    db $20

    db $00

    db $16

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $25

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $24

    db $00

    db $25

    db $00

    db $27

    db $00

    db $22

    db $00

    db $24

    db $00

    db $25

    db $00

    db $21

    db $00

    db $22

    db $00

    db $16

    db $0d

    db $24

    db $0d

    db $25

    db $0d

    db $27

    db $0d

    db $25

    db $0d

    db $24

    db $0d

    db $25

    db $0d

    db $27

    db $0d

    db $19

    db $0d

    db $1c

    db $0d

    db $1b

    db $0d

    db $1e

    db $0d

    db $1d

    db $0d

    db $22

    db $0d

    db $21

    db $0d

    db $22

    db $0d

    db $16

    db $0c

    db $24

    db $0c

    db $25

    db $0c

    db $27

    db $0c

    db $25

    db $0c

    db $24

    db $0c

    db $25

    db $0c

    db $27

    db $0c

    db $24

    db $0c

    db $25

    db $0c

    db $27

    db $0c

    db $22

    db $0c

    db $24

    db $0c

    db $25

    db $0c

    db $21

    db $0c

    db $22

    db $0c

    db $16

    db $12

    db $24

    db $12

    db $25

    db $12

    db $27

    db $12

    db $25

    db $12

    db $24

    db $12

    db $25

    db $12

    db $27

    db $12

    db $29

    db $12

    db $27

    db $12

    db $25

    db $12

    db $24

    db $12

    db $25

    db $12

    db $24

    db $12

    db $22

    db $12

    db $20

    db $12

    db $16

    db $11

    db $24

    db $11

    db $25

    db $11

    db $27

    db $11

    db $25

    db $11

    db $24

    db $11

    db $25

    db $11

    db $27

    db $11

    db $24

    db $11

    db $25

    db $11

    db $27

    db $11

    db $22

    db $11

    db $24

    db $11

    db $25

    db $11

    db $21

    db $11

    db $22

    db $11

    db $56

    db $0d

    db $24

    db $0d

    db $65

    db $0d

    db $27

    db $0d

    db $65

    db $0d

    db $24

    db $0d

    db $65

    db $0d

    db $27

    db $0d

    db $59

    db $0d

    db $1c

    db $0d

    db $5b

    db $0d

    db $1e

    db $0d

    db $5d

    db $0d

    db $22

    db $0d

    db $61

    db $0d

    db $22

    db $0d

    db $56

    db $0c

    db $24

    db $0c

    db $65

    db $0c

    db $27

    db $0c

    db $65

    db $0c

    db $24

    db $0c

    db $65

    db $0c

    db $27

    db $0c

    db $64

    db $0c

    db $25

    db $0c

    db $67

    db $0c

    db $22

    db $0c

    db $64

    db $0c

    db $25

    db $0c

    db $61

    db $0c

    db $22

    db $0c

    db $56

    db $12

    db $24

    db $12

    db $65

    db $12

    db $27

    db $12

    db $65

    db $12

    db $24

    db $12

    db $65

    db $12

    db $27

    db $12

    db $69

    db $12

    db $27

    db $12

    db $65

    db $12

    db $24

    db $12

    db $65

    db $12

    db $24

    db $12

    db $62

    db $12

    db $20

    db $12

    db $56

    db $11

    db $24

    db $11

    db $65

    db $11

    db $27

    db $11

    db $65

    db $11

    db $24

    db $11

    db $65

    db $11

    db $27

    db $11

    db $64

    db $11

    db $25

    db $11

    db $67

    db $11

    db $22

    db $11

    db $64

    db $11

    db $25

    db $11

    db $61

    db $11

    db $22

    db $51

    db $96

    db $0d

    db $24

    db $0d

    db $65

    db $0d

    db $27

    db $0d

    db $65

    db $0d

    db $64

    db $0d

    db $65

    db $0d

    db $27

    db $4d

    db $59

    db $0d

    db $1c

    db $0d

    db $5b

    db $0d

    db $1e

    db $0d

    db $5d

    db $0d

    db $62

    db $0d

    db $61

    db $0d

    db $22

    db $4d

    db $56

    db $0c

    db $24

    db $0c

    db $65

    db $0c

    db $27

    db $0c

    db $65

    db $0c

    db $64

    db $0c

    db $65

    db $0c

    db $27

    db $4c

    db $64

    db $0c

    db $25

    db $0c

    db $67

    db $0c

    db $22

    db $0c

    db $64

    db $0c

    db $65

    db $0c

    db $61

    db $0c

    db $22

    db $4c

    db $56

    db $12

    db $24

    db $12

    db $65

    db $12

    db $27

    db $12

    db $65

    db $12

    db $64

    db $12

    db $65

    db $12

    db $27

    db $52

    db $69

    db $12

    db $27

    db $12

    db $65

    db $12

    db $24

    db $12

    db $65

    db $12

    db $64

    db $12

    db $62

    db $12

    db $20

    db $52

    db $56

    db $11

    db $24

    db $11

    db $65

    db $11

    db $27

    db $11

    db $65

    db $11

    db $64

    db $11

    db $65

    db $11

    db $27

    db $51

    db $64

    db $11

    db $25

    db $11

    db $67

    db $11

    db $22

    db $11

    db $64

    db $11

    db $65

    db $11

    db $61

    db $11

    db $62

    db $11

    db $96

    db $0d

    db $64

    db $0d

    db $65

    db $0d

    db $67

    db $0d

    db $65

    db $0d

    db $64

    db $0d

    db $65

    db $0d

    db $67

    db $4d

    db $59

    db $0d

    db $5c

    db $0d

    db $5b

    db $0d

    db $5e

    db $0d

    db $5d

    db $0d

    db $62

    db $0d

    db $61

    db $0d

    db $62

    db $4d

    db $56

    db $0c

    db $64

    db $0c

    db $65

    db $0c

    db $67

    db $0c

    db $65

    db $0c

    db $64

    db $0c

    db $65

    db $0c

    db $67

    db $4c

    db $64

    db $0c

    db $65

    db $0c

    db $67

    db $0c

    db $62

    db $0c

    db $64

    db $0c

    db $65

    db $0c

    db $61

    db $0c

    db $62

    db $4c

    db $56

    db $12

    db $64

    db $12

    db $65

    db $12

    db $67

    db $12

    db $65

    db $12

    db $64

    db $12

    db $65

    db $12

    db $67

    db $52

    db $69

    db $12

    db $67

    db $12

    db $65

    db $12

    db $64

    db $12

    db $65

    db $12

    db $64

    db $12

    db $62

    db $12

    db $60

    db $52

    db $56

    db $11

    db $64

    db $11

    db $65

    db $11

    db $67

    db $11

    db $65

    db $11

    db $64

    db $11

    db $65

    db $11

    db $67

    db $51

    db $64

    db $11

    db $65

    db $11

    db $67

    db $11

    db $62

    db $11

    db $64

    db $11

    db $65

    db $11

    db $61

    db $11

    db $62

    db $11

    db $96

    db $4d

    db $a4

    db $4d

    db $65

    db $4d

    db $a7

    db $4d

    db $65

    db $4d

    db $64

    db $8d

    db $65

    db $8d

    db $67

    db $4d

    db $59

    db $0d

    db $5c

    db $4d

    db $5b

    db $4d

    db $9e

    db $4d

    db $5d

    db $0d

    db $62

    db $0d

    db $61

    db $4d

    db $a2

    db $4d

    db $56

    db $4c

    db $64

    db $4c

    db $65

    db $4c

    db $a7

    db $4c

    db $65

    db $4c

    db $64

    db $4c

    db $65

    db $4c

    db $67

    db $4c

    db $64

    db $4c

    db $65

    db $4c

    db $67

    db $8c

    db $a2

    db $4c

    db $64

    db $4c

    db $65

    db $8c

    db $61

    db $4c

    db $a2

    db $4c

    db $56

    db $92

    db $64

    db $12

    db $65

    db $12

    db $27

    db $52

    db $65

    db $12

    db $64

    db $12

    db $65

    db $52

    db $e7

    db $52

    db $69

    db $12

    db $67

    db $d2

    db $65

    db $12

    db $64

    db $52

    db $65

    db $d2

    db $64

    db $d2

    db $62

    db $d2

    db $20

    db $52

    db $56

    db $d1

    db $64

    db $91

    db $65

    db $91

    db $a7

    db $51

    db $65

    db $51

    db $64

    db $51

    db $65

    db $51

    db $67

    db $51

    db $64

    db $91

    db $65

    db $51

    db $67

    db $11

    db $22

    db $51

    db $64

    db $11

    db $65

    db $11

    db $61

    db $11

    db $22

    db $11

    db $62


    db $ff</code></pre></div><p>EDIT..</p><p>I DID IT ;D heh didnt realize that even though i placed lsti.asm and music.asm in the same folder as asm83 - it still refers to music.asm in deeper folder /ti1bit/lsengine/music.asm. replaced this one with proper one and it works ;D wait a moment i have to check it on calc ;D</p><p>EDIT2..</p><p>oh it was rather rude of me. of course: WE DID IT! <img src="http://randomflux.info/1bit/img/smilies/wink.png" width="15" height="15" alt="wink" /> wouldnt do a thing without your help</p><p>here is evidence that actually something was happening:</p><p><a href="https://www.sendspace.com/file/chfnc2">https://www.sendspace.com/file/chfnc2</a></p><p>recorded directly from calc - sounds like shit, next time ill put it through mixer for some eq (is it allowed in 1-bit world? ;&gt;)</p><p>thx again and see you next time ;]</p>]]></content>
			<author>
				<name><![CDATA[salviador]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=91</uri>
			</author>
			<updated>2016-11-28T13:33:06Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1093#p1093</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1092#p1092" />
			<content type="html"><![CDATA[<p>Yeah, almost there I think.<br />Did you remove all dots (.) from the music.asm file? If the answer is yes and it still doesn&#039;t work, attach your music.asm here and I&#039;ll take a look.</p>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2016-11-28T12:59:06Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1092#p1092</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1091#p1091" />
			<content type="html"><![CDATA[<p>okkk,&nbsp; we&#039;re getting somewhere ;] you were right! tasm 3.1 runs no problemo on dosbox, i also copied ion.ins to the same folder (figured it out by myself just from reading error message ;D) now im getting only errors regarding my music.asm file something like:</p><p>label not found (loop1)<br />unrecognised instruction (loop1)<br />unrecognised instruction (loop2)<br />unknown token (.)</p><p>and a few similar.&nbsp; interestingly - no error regarding ptr1 - just loop1 loop2 and ptr2. ill try to tidy up this file a bit, ereasing unnecesarry fragments and everything should be juuust fine ;]</p>]]></content>
			<author>
				<name><![CDATA[salviador]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=91</uri>
			</author>
			<updated>2016-11-28T12:51:29Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1091#p1091</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1090#p1090" />
			<content type="html"><![CDATA[<p>Hey, no problem at all. Using this crap package certainly isn&#039;t trivial <img src="http://randomflux.info/1bit/img/smilies/wink.png" width="15" height="15" alt="wink" /> and others might benefit from having these questions discussed. So no need to feel guilty.</p><p>Regarding the error, I&#039;m a bit surprised by this one. I don&#039;t have any problem running TASM in DOSBox. But I just noticed that I&#039;m appearantly using 3.1, not 3.2.<br /><a href="http://www.ticalc.org/archives/files/fileinfo/15/1504.html">http://www.ticalc.org/archives/files/fi … /1504.html</a><br />Maybe using this ^ will solve the problem? Otherwise, I&#039;d say 3.2 appears to NOT require DOS after all. So perhaps try to run in directly under Windows (though I doubt that would work under anything newer than XP)?</p>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2016-11-28T11:52:38Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1090#p1090</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1089#p1089" />
			<content type="html"><![CDATA[<p>thx for informative reply, something changed when I downloaded tasm and devpac and put it all in the same folder with asm83 from your pack (music.asm, lsti.asm and lsti.83p also) as everything is in one folder I just write:</p><p>asm83 lsti&nbsp; &nbsp; ; in DOSBox 0.74</p><p> but unfortunately this isnt the end of the road ;] now i get:</p><p>----Assembling lsti for TI-83&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; at least we got this one right <br />This program cannot be run in DOS mode&nbsp; &nbsp;; does that mean that I need TRUE dos?<br />----There were errors</p><br /><br /><p>I appreciate your help and Im beginning to feel guilty for taking up so much of your time to solve some probably trivial problem ;]</p>]]></content>
			<author>
				<name><![CDATA[salviador]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=91</uri>
			</author>
			<updated>2016-11-28T11:38:52Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1089#p1089</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1087#p1087" />
			<content type="html"><![CDATA[<p>You&#039;re not giving up easily, are you? <img src="http://randomflux.info/1bit/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> Well, with so much persistence, I don&#039;t have a choice but to help you <img src="http://randomflux.info/1bit/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Ok, so first of all, you need the &quot;other&quot; TASM - not Borland, but Telemark. You can get it here:<br /><a href="http://www.ticalc.org/archives/files/fileinfo/250/25051.html">http://www.ticalc.org/archives/files/fi … 25051.html</a><br />You&#039;ll probably need to run it in DOSbox, btw.<br />And devpac83 is here: <a href="http://www.ticalc.org/archives/files/fileinfo/36/3650.html">http://www.ticalc.org/archives/files/fi … /3650.html</a><br />Just dump all the files in your working directory, where you have the asm files. &quot;asm83.bat&quot; goes into that folder as well.</p><p>Regarding step 5, just make sure the first two lines look something like this:<br /></p><div class="codebox"><pre><code>;#define TI82
#define TI83</code></pre></div><p>Anything that has a &quot;;&quot; in front of it is considered a comment in assembly, and will be ignored by the assembler. If you just have the line &quot;#define TI83&quot; (without a ; in front of it), then that&#039;d be correct. Don&#039;t worry about the &quot;looping&quot; part for now.</p><p>Also, don&#039;t worry about the &quot;long song data corrupts TASM&quot; part, unless you actually run into problems. If that happens, take this:<br /></p><div class="codebox"><pre><code>ptr1
loop1
    db $21
    db $2d
    db $1e
    db $2a
    db $20
    db $2c
    db $1c
    db $28
    db $2a
    db $1e
    db $26
    db $1a
    db $28
    db $1c
    db $25
    db $19
    db $2d
    db $2d
    db $2a
    db $2a
    db $2c
  bla bla bla...</code></pre></div><p>and transform it into this:<br /></p><div class="codebox"><pre><code>   db $21, $2d, $1e, $2a, $20, $2c, $1c, $28, $2a, $1e, $26, $1a, $28, $1c, $25, $19
   db $2d, $2d, $2a, $2a, $2c, ...</code></pre></div><p>Also yes, that rawp thing will be a bit easier to use. No need to fiddle with TASM, at least.</p>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2016-11-28T08:40:31Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1087#p1087</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1086#p1086" />
			<content type="html"><![CDATA[<p>yup I heard (read ;]) about those templates - i think in case of Tritone by shiru. <br />Ill go easy(easier ;]) way for now and export asm from 1tracker using specific engine. that should work. ill update on progress.</p><p>edit. I hate to be pain in the ass but got a few more questions. ;]</p><p>While compiling i also got:</p><p>illegal comand: tasm <br />illegal command: devpac83</p><p>(edit. I think i understand. I need Borland Turbo Assembler compiler? maaaan this is truly complicated for a non-programmer like me)</p><p>does it have something to do with this part of manual: ?</p><p>&#039;&#039;Long song data corrupts TASM. To work around this, rearrange bytes in the song data in rows of 16. Usually it&#039;s enough to do it after label &quot;loop2&quot;. You could use a different assembler to compile the data block(s), then convert back to db statements with bin2asm or a similar utility.&#039;&#039;</p><p>also im not sure if i did well steps 4 and 5:</p><p>&#039;&#039;4) Copy the musicData section to lsengine\music.asm<br />&nbsp; 5) Open lsti.asm. Select your calculator model, and configure looping.&#039;&#039;</p><br /><p>I copied everything after &#039;&#039;musicData&#039;&#039; from mysong.asm to music.asm<br />I ereased line with ti82 from lsti.asm - basically it was first line of the file. i didnt do anything else to that file.<br />I may be lacking some basic tracker knowledge so sorry in advance for lame questions ;]</p><p>edit. Your rawp engine has xm template! I totally forgot... <br />Ill try to mess with that tomorrow, could be easier for me than that Lyndon Sharp thing <img src="http://randomflux.info/1bit/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[salviador]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=91</uri>
			</author>
			<updated>2016-11-27T22:53:08Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1086#p1086</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ti83 ht2, ti1bit]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1085#p1085" />
			<content type="html"><![CDATA[<p>It&#039;s even less straightforward, actually. If you have an XM, you&#039;ll need to use one of <a href="http://randomflux.info/1bit/viewtopic.php?id=25">Shiru&#039;s original XM converters</a> to produce an .asm file, adjust some things manually, then use TASM and the ti1bit pack to compile them into a .83p. The problem is that those XM converters are meant to operate on specifically crafted templates. While it is technically possible to not use the templates, your mileage may vary wildly as far as the results are concerned. As I said, it&#039;s really one big hassle to use. Well, knowing that you are interested in using this, I&#039;ll think about rewriting the whole thing and making it more convenient to use. It&#039;ll be some time before I get around to that, though, probably won&#039;t happen this year anymore.</p>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2016-11-27T21:19:35Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1085#p1085</id>
		</entry>
</feed>
