Author Topic: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion  (Read 112585 times)

0 Members and 1 Guest are viewing this topic.

Offline program4

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 158
  • Rating: +15/-0
    • View Profile
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #150 on: June 24, 2010, 03:48:52 pm »
Now I got Command Prompt to work, and the program works when I put it in Wabbitemu :), but Command Prompt still says:

program1.asm:5: error: Can't recognize 'B_CALL_ClrLCDFull' as an instruction or macro
program1.asm:6: error: Can't recognize 'Id' as an instruction or macro

I do have ti83plus.inc in my folder, but I don't see what the error means.

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #151 on: June 24, 2010, 03:55:21 pm »
Because you need a space on the first error and 'LD' on the second.
Corrected code would be:

Code: [Select]
B_CALL _ClrLCDFull
ld
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







Offline tloz128

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 324
  • Rating: +58/-6
  • I feel asleep.
    • View Profile
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #152 on: June 25, 2010, 12:00:28 am »
I just read lesson 14 and made a tribute to the greatest hero mankind has ever known.  :o


Naaa... Na Nah Na Nana Na Nah... Hey Jude!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #153 on: June 25, 2010, 12:41:06 am »
And who would that be? (I have trouble recognizing people from their face, even more if they are in monochrome x.x) Nice though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #154 on: June 25, 2010, 01:09:29 am »
Lol I *think* its Billy Mays but im not sure :P

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #155 on: June 25, 2010, 11:35:16 am »
I'm pretty sure it's him too. :P
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline tloz128

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 324
  • Rating: +58/-6
  • I feel asleep.
    • View Profile
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #156 on: June 25, 2010, 12:26:19 pm »
Yeah, it's Billy Mays. :P
Naaa... Na Nah Na Nana Na Nah... Hey Jude!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #157 on: June 25, 2010, 05:39:00 pm »
Aah ok :P

About the tutorial, I wonder if you planned to add a section on debugging (tips, tricks, such as making your program display some used values on the screen during program execution and other stuff)? This is one part that might be useful to some people
« Last Edit: June 25, 2010, 05:46:43 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #158 on: June 25, 2010, 07:13:18 pm »
Aah ok :P

About the tutorial, I wonder if you planned to add a section on debugging (tips, tricks, such as making your program display some used values on the screen during program execution and other stuff)? This is one part that might be useful to some people

I've never work with debugging tools, so I wouldn't know anything about them.  However, I've made my own debugging tools, so I might be able to make a brief comment on something like that.  Chances are, if I know something valuable about debugging, people who read these lessons will realize what that "valuable something" is without me having to tell them.  It's a rather interesting psychological phenomonen.


LESSON 16 NEXT WEEK
« Last Edit: June 25, 2010, 07:14:05 pm by Hot_Dog »

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #159 on: June 25, 2010, 07:30:54 pm »
LESSON 16 NEXT WEEK
Yea!  I can't wait! ;D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #160 on: June 25, 2010, 07:57:18 pm »
Aah ok :P

About the tutorial, I wonder if you planned to add a section on debugging (tips, tricks, such as making your program display some used values on the screen during program execution and other stuff)? This is one part that might be useful to some people

I've never work with debugging tools, so I wouldn't know anything about them.  However, I've made my own debugging tools, so I might be able to make a brief comment on something like that.  Chances are, if I know something valuable about debugging, people who read these lessons will realize what that "valuable something" is without me having to tell them.  It's a rather interesting psychological phenomonen.


LESSON 16 NEXT WEEK
Aaah ok. Well, I meant more stuff such as how in BASIC, to check if I some code is executed at all, I'll add a pause or wait for keypress command before it or other smaller tricks that doesn't involve using debuggers.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #161 on: June 25, 2010, 08:01:33 pm »
Aah ok :P

About the tutorial, I wonder if you planned to add a section on debugging (tips, tricks, such as making your program display some used values on the screen during program execution and other stuff)? This is one part that might be useful to some people



I've never work with debugging tools, so I wouldn't know anything about them.  However, I've made my own debugging tools, so I might be able to make a brief comment on something like that.  Chances are, if I know something valuable about debugging, people who read these lessons will realize what that "valuable something" is without me having to tell them.  It's a rather interesting psychological phenomonen.


LESSON 16 NEXT WEEK
Aaah ok. Well, I meant more stuff such as how in BASIC, to check if I some code is executed at all, I'll add a pause or wait for keypress command before it or other smaller tricks that doesn't involve using debuggers.

Gotcha.  In that case, I would not be the best person to talk about something like that
« Last Edit: June 25, 2010, 08:02:12 pm by Hot_Dog »

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #162 on: July 01, 2010, 11:32:27 am »
I apologize that lesson 16 is delayed till next week.  Reworking the S.A.D. engine has been worth it (you'll get hotkeys sooner than you think, for example), but it has taken up a lot of my time.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #163 on: July 01, 2010, 11:33:27 am »
I apologize that lesson 16 is delayed till next week.  Reworking the S.A.D. engine has been worth it (you'll get hotkeys sooner than you think, for example), but it has taken up a lot of my time.
;D  Yay!  More SAD Progress is worth it. :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion
« Reply #164 on: July 01, 2010, 07:22:07 pm »
It's fine, plus you're doing calc stuff anyway ^^
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)