Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Raylin

Pages: 1 ... 70 71 [72] 73 74 ... 98
1066
The Axe Parser Project / Re: Bug Reports
« on: May 04, 2010, 02:21:10 pm »
Also...

AXECOUNT no longer compiles. (ERR: BAD SYMBOL).

1067
The Axe Parser Project / Re: Features Wishlist
« on: May 04, 2010, 02:20:42 pm »
^++
Agreed and seconded.

1068
Gaming Discussion / Re: Chaos Rings
« on: May 04, 2010, 02:05:53 pm »
Chaos Rings == The iTouch version of Suikoden Tierkreis

1069
The Axe Parser Project / Re: Features Wishlist
« on: May 04, 2010, 02:03:46 pm »
Are you running down the Features list in order?

1071
The Axe Parser Project / Re: Axe Parser
« on: May 02, 2010, 07:32:07 pm »
Very cool.

On a side note, I never really understood what an auto-opt was.
I read optimizations and that little table...

But, I think I missed the point of it.

1072
Uhm.

Is the entire file supposed to display when I try to compile?
0.o

I think it would be best to answer this question.
If I use the 2001 version, what is the difference? I mean, are there updated commands or something?

1073
Yeah.
The new ti83plus.inc I speak of is the one downloaded from TI's site.

1074
Works.

Testing with the newer ti83plus.inc.
Will edit.

New ti83plus.inc with the #define lines added in: FAILED.

ti83plus.inc:79: error: Can't recognize 'macro' as an instruction or macro
ti83plus.inc:80: error: RST doesn't take these arguments

1075
#include "ti83plus.inc"
.org 40339
.db t2ByteTok, tAsmCmp
B_CALL _ClrLCDFull
ld a,7
add a,4
ld h,0
ld l,a
B_CALL _DispHL
B_CALL _getKey
B_CALL _ClrLCDFull
ret

1076
test.asm:4: error: Can't recognize '_ClrLCDFull' as an instruction or macro
test.asm:5: warning: redefinition of 'LD'
ti83plus.inc:1361: warning: previous definition of 'LD' was here
test.asm:5: error: Can't recognize 'a' as an instruction or macro
test.asm:6: error: Can't recognize 'a' as an instruction or macro
test.asm:7: warning: redefinition of 'LD'
ti83plus.inc:1361: warning: previous definition of 'LD' was here
test.asm:7: error: Can't recognize 'h' as an instruction or macro
test.asm:8: warning: redefinition of 'LD'
ti83plus.inc:1361: warning: previous definition of 'LD' was here
test.asm:8: error: Can't recognize 'l' as an instruction or macro
test.asm:9: warning: redefinition of 'B_CALL'
test.asm:4: warning: previous definition of 'B_CALL' was here
test.asm:9: error: Can't recognize '_DispHL' as an instruction or macro
test.asm:10: warning: redefinition of 'B_CALL'
test.asm:4: warning: previous definition of 'B_CALL' was here
test.asm:10: error: Can't recognize '_getKey' as an instruction or macro
test.asm:11: warning: redefinition of 'B_CALL'
test.asm:4: warning: previous definition of 'B_CALL' was here
test.asm:11: error: Can't recognize '_ClrLCDFull' as an instruction or macro
Pass two...
Done

I think this is because the one I have is for 2002 and yours is 2001.

1077
ti83plus.inc:79: error: Can't recognize 'macro' as an instruction or macro
ti83plus.inc:80: error: RST doesn't take these arguments

These also come up.

1078
Other Calculators / Re: [Concept] Quarterly Community Magazine
« on: May 02, 2010, 12:45:35 pm »
I'm in.

The entire month of May will be a writing month for me.
*cough*Phantom Sanctuary*cough*

So, yeah. Whatever's cool with you. :)

1080
On my side of things, I've gotten a lot of errors when trying to compile your programs.
I haven't compile a program yet.

This error is the culprit:

ti83plus.inc:51: error: Can't recognize 'EQU' as an instruction or macro

Pages: 1 ... 70 71 [72] 73 74 ... 98