Author Topic: Online Z80 Table  (Read 6071 times)

0 Members and 1 Guest are viewing this topic.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Online Z80 Table
« Reply #15 on: December 27, 2010, 04:28:48 pm »
Verdana fonts, using the same color as the calc pixels with a background color being the same as the LCD?

^ Or if you can get one, a 6x8 font? ;D

This is nice, though. Any chance of having two-byte opcode tables? Maybe as a link from their first bytes?
« Last Edit: December 27, 2010, 04:29:28 pm by Deep Thought »




Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Online Z80 Table
« Reply #16 on: December 27, 2010, 04:36:19 pm »

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Online Z80 Table
« Reply #17 on: December 27, 2010, 04:43:50 pm »
I think you should make the colors in the first table refer to the other tables, or have links or something. That way, If I see that the first byte is $BB or something, I can click on it, and it will take me to the other table, or it is colored the same as the other table.

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 #18 on: December 27, 2010, 04:44:28 pm »
Oh, just to let you know, on the first table, you forgot to include all the push's you copied over pop instead
/e

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Online Z80 Table
« Reply #19 on: December 27, 2010, 05:10:09 pm »
Good, I see you took the suggestion. I like it.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Online Z80 Table
« Reply #20 on: December 27, 2010, 05:26:20 pm »
After half an hour of intense and painful work and thanks to a few very good members from Omnimaga in the IRC, I fixed like 40 bugs that were in the original table, so my table is now much better than the original one. Thanks people who helped me so much! Also, there are probably more bugs, but we just didn't spot them yet :S

Linking and Color Leading are functional!

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 #21 on: December 27, 2010, 06:26:54 pm »
/e

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 #22 on: December 27, 2010, 06:28:36 pm »
This is cool, what does the string thing do, though?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Online Z80 Table
« Reply #23 on: December 27, 2010, 06:29:20 pm »
This is cool, what does the string thing do, though?

Convert string to HEX, you might wanna put a label for that :)

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 #24 on: December 27, 2010, 06:29:57 pm »
String of ASM code?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Online Z80 Table
« Reply #25 on: December 27, 2010, 06:31:45 pm »
String of ASM code?

I don't know what you mean ???

Strings that can be displayed like disp "hello"

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 #26 on: December 27, 2010, 06:32:36 pm »
It converts the string to the hex equivalent so that asm routines can use it.
/e

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 #27 on: December 27, 2010, 06:33:59 pm »
Ok, but do you mean for example string of text ("Hello world!") or just string of code? (ClrHome:Disp "Hello World")
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 #28 on: December 27, 2010, 06:35:25 pm »
for the string, not the code, so if you put in "Hello World!" it will convert to "48656C6C6F20576F726C6421", this way ASM routines for displaying text will be able to use it
/e

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Online Z80 Table
« Reply #29 on: December 27, 2010, 06:59:00 pm »
Exactly Eeems!