Search found 500 matches

by KevinJB
Sun 29 May, 2005 8:42 pm
Forum: Programming Help
Topic: [TI BASIC] Optimizing
Replies: 167
Views: 172098

BASIC was MADE for idiots...
by KevinJB
Sun 29 May, 2005 8:41 pm
Forum: Programming Help
Topic: [TI ASM] asm tutorial help
Replies: 77
Views: 36573

ahh. well, that would be one BIG document. I believe you can use 'Z80 Workshop' by Benryves, and as you type in a rom call 'bcall(_xxx)' it will give you info on it. Try searching the ticalc archives, that is your best bet. The 83plus SDK, as Gambit reccomended, is also a great resoucre, thought it ...
by KevinJB
Sat 28 May, 2005 7:56 pm
Forum: Programming Help
Topic: [TI ASM] asm tutorial help
Replies: 77
Views: 36573

No, I don't. What are you having trouble with? Commands, such as add, ldi, cp, jr, call? Or defines, such as app back up screen, savesscreen, puts, ect.
by KevinJB
Sat 28 May, 2005 5:50 am
Forum: Pixel Art
Topic: Help! Animation/Sprite needed!
Replies: 12
Views: 10715

in assembly it would be a bit much, at least for my high standards :P. 2 * 30 * 10 bytes for one attack animation, * 5 for merely five attacks = well over 1000... still looks nice though.
by KevinJB
Sat 28 May, 2005 5:42 am
Forum: Programming Help
Topic: [TI ASM] asm tutorial help
Replies: 77
Views: 36573

Actually, the 'executables' in Asm28days are the only z80 commands. You use those to do everything. Now, the TI-OS (the large z80 program that the ti default runs- turn your calc on: see that blinking cursor? you are in the TI-OS :P) obviously uses the same code over and over, for example the code t...