2551
Introduce Yourself! / Re: Hello All
« on: May 15, 2010, 09:31:26 pm »
Welcome! Someone give this guy some peanuts!
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. 2551
Introduce Yourself! / Re: Hello All« on: May 15, 2010, 09:31:26 pm »
Welcome! Someone give this guy some peanuts!
2552
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Mistakes made in the ASM tutorials« on: May 15, 2010, 07:51:59 pm »
Mistake in Lesson 10: In binary, 7 = 00000111, not 00001111. Also, 6 should equal 00000110, not 00001110.
2553
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion« on: May 15, 2010, 07:49:39 pm »Hot Dog, I found a mistake in Chapter 10. You say that 7 = 00001111, when it is really 00000111 Yeah, you're right. Thanks for catching those 2554
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion« on: May 15, 2010, 03:55:43 pm »Quote IIRC, all you can do with af is ex af,af'; push af; and pop af That's right, although I'm probably going to talk only about push af and pop af. 2555
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion« on: May 15, 2010, 01:43:57 pm »
Lesson Number 10 is up.
2556
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner« on: May 15, 2010, 01:43:32 pm »
Lesson #10.
2557
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion« on: May 14, 2010, 06:00:51 pm »
Good news, Raylin! (Uh, and for everyone else too) I planned the next few lessons, and it looks like I'll be talking about pictures in lesson #15 and sprites in lesson #17.
2558
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion« on: May 13, 2010, 09:43:31 pm »in lesson 9, i noticed that in your first example using _PutS, you left out the underscore. Agh, sooner or later, I'm going to make a typo as bad as the one the writer of "ASM 28 Days" made in the sprite routine ![]() 2559
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion« on: May 13, 2010, 06:53:34 pm »
*DRUM ROLL*
Lesson 9 is up in all three formats. Also, lesson 8 .html is up. 2560
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner« on: May 13, 2010, 06:50:12 pm »
Lesson 9. I also uploaded the HTML for lesson 8.
2561
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion« on: May 13, 2010, 02:43:05 pm »
Lol, ztrumpet, you're getting too far ahead of yourself.
ASM Gorillas will probably use ix and MAYBE iy, but not ixh ixl iyh iyl, and certainly not SP directly. I'm leaving some of that stuff (including interrupts) for people who want to read ASM in 28 days for more info. 2562
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion« on: May 12, 2010, 12:46:58 am »
It is bad
![]() For debugging purposes there are times I wished the Z80 had better methods of accessing the stack pointer 2563
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion« on: May 11, 2010, 05:36:00 pm »You can (but not on Nspire since TI fails). Otherwise we wouldn't even name them -- you don't see sph and spl. Oh, well in that case...however there's no need, Ztrumpet, to mention ixh ixl iyh iyl immediately, especially since unofficially, you have to use h and l anyways to access these four. By the way, can you explain further why these four registers don't work on the nspire? 2564
S.A.D. (Seek and Destroy) / Re: [S.A.D.] Progress 2010« on: May 11, 2010, 05:29:39 pm »Quote Speaking of SAD, the turn based version isn't dead either, I'm just don't have much free time either. You must not have heard, I have the turn-based version on hold, Ztrumpet. I'd recommend you focus more on your other projects until we find out if it's an indefinite hold or not ![]() 2565
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion« on: May 11, 2010, 04:20:55 pm »Quote One byte registers are ONLY A, B, C, D, E, H, and L. That's a good calc84maniac or Iambian question, since I'm busy for the rest of the day and can't look those up. As far as I know you can't use ixh, ixl, iyh and iyl in functions that require a 1-byte register |
|