Author Topic: Online Z80 Table  (Read 6036 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Online Z80 Table
« on: December 27, 2010, 09:47:22 am »
Hello everyone,

Some of us like to use HEX to program in Assembly, not many, mostly Xeda and calc84maniac. I also like it, but don't do it much.

Eitherway, at:

www.davidgom.co.cc/z80table.html

You can find an online, HTML browser z80 table with the HEX code for everything.

Note: I didn't make the table, Collin Anderson did and uploaded it to ticalc.org, here.
I only converted it to HTML, uploaded it and host it.

I have e-mailed him asking him whether he is okay with me uploading it or not. If he says he doesn't want it there, I will remove it, but for now it is there.

It was hard work (making it HTML) by hand, so I hope you like it.

Offline Ikkerens

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 378
  • Rating: +28/-9
  • JavaScript Magician
    • View Profile
    • Walotech
Re: Online Z80 Table
« Reply #1 on: December 27, 2010, 10:00:04 am »
I can't describe... the awesomeness
* Ikkerens has to learn how to use asm

Probs pretty useful for the Axe asm( command :w00t:
« Last Edit: December 27, 2010, 10:01:20 am by Ikkerens »

Splut for Android [----------]
Paused/halted indefinitely, might be abandoned, our graphic designer quit and the rest of us simply doesn't have the time to work on it...

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Online Z80 Table
« Reply #2 on: December 27, 2010, 12:02:33 pm »
you might want to note the fact that it's row-column not column-row.


Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Online Z80 Table
« Reply #3 on: December 27, 2010, 03:03:56 pm »
Runner112 just a noticed an error, not mine though.

http://davidgom.co.cc/z80table.html

F0 was 'ret po', but it looks like it is 'ret p'. Fixed and uploaded :)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Online Z80 Table
« Reply #4 on: December 27, 2010, 03:06:41 pm »
Hmm, I think I might make a search tool, so you start typing in what you want and it will display the options, and the hex for it.
/e

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Online Z80 Table
« Reply #5 on: December 27, 2010, 03:07:56 pm »
Hmm, I think I might make a search tool, so you start typing in what you want and it will display the options, and the hex for it.

I will be adding a string to HEX converter (PHP) there too and add one of the other two tables.

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: Online Z80 Table
« Reply #6 on: December 27, 2010, 03:08:18 pm »
Nice, is that mostly for those who want to know the HEX equivalent of ASM commands or vice-versa? Xeda (or people wanting to use Xeda's programs) might actually love this.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Online Z80 Table
« Reply #7 on: December 27, 2010, 03:10:10 pm »
Hmm, I could make a cross search so you can search for either.
/e

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Online Z80 Table
« Reply #8 on: December 27, 2010, 03:33:44 pm »
This is actually pretty nice. It shows that I am using some form of valid command, too.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Online Z80 Table
« Reply #9 on: December 27, 2010, 03:42:08 pm »

Using your table I'm slowly filling out the values for this, and I'm going to have to make another that converts the other way.
/e

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Online Z80 Table
« Reply #10 on: December 27, 2010, 03:43:15 pm »

Using your table I'm slowly filling out the values for this, and I'm going to have to make another that converts the other way.
Actually, this is good for oasis isn't it.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Online Z80 Table
« Reply #11 on: December 27, 2010, 03:44:56 pm »
Erm, not really, they wont be parsing in the same way, but it will give us an easy tool to use for checking if we have the right commands I guess
/e

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Online Z80 Table
« Reply #12 on: December 27, 2010, 03:45:34 pm »
Erm, not really, they wont be parsing in the same way, but it will give us an easy tool to use for checking if we have the right commands I guess
Well, I just figured that it will help us with tracking down all the commands, rather than using his table per se.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Online Z80 Table
« Reply #13 on: December 27, 2010, 04:19:22 pm »
www.davidgom.co.cc/z80table.html

I have now updated the website with the two other tables, if there is any bug please report.

Unlike the first two tables, I had to remake the third table, and type all that, and I thank Runner112 who helped me with it by telling me what I should do :)

Eitherway, I think I should change the colours so that each table has its own colour and it is easier to browse through the page, right?

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: Online Z80 Table
« Reply #14 on: December 27, 2010, 04:26:08 pm »
Verdana fonts, using the same color as the calc pixels with a background color being the same as the LCD?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)