Author Topic: eZ8 programming website  (Read 13050 times)

0 Members and 1 Guest are viewing this topic.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: eZ8 programming website
« Reply #15 on: January 18, 2014, 02:18:20 pm »
SRP = Set Register Pointer. With this instruction you set the base address of the zero page called "working registers".

There is no DIV instruction, but I have ported a division routine from the z80 to the eZ8!

Edit: Changed some little things and added ckeditor
« Last Edit: January 18, 2014, 04:05:07 pm by Keoni29 »
If you like my work: why not give me an internet?








Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: eZ8 programming website
« Reply #16 on: January 19, 2014, 04:19:37 pm »
Milestone:
If you like my work: why not give me an internet?








Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: eZ8 programming website
« Reply #17 on: January 20, 2014, 07:49:57 am »
yay, congradulations! :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: eZ8 programming website
« Reply #18 on: February 02, 2014, 12:41:14 am »
Are there any devices that use the Z8 Encore! or do you have to build your own? I like the tutorial pages, they look nice. I haven't read through everything but i don't quite get how the General Purpose Register File is different from RAM, and on the third tutorial "If you did not create a new project yet read tutorial 1 again." The "...did not create... yet" bit to me sounds like it should be "...have not created... yet", though maybe we just have a different style of speaking. And what exactly does srp do? What would the difference be between srp #00h and srp #10h? It's a cool little site, though :)

EDIT: Also, the math link you posted in here doesn't load anything. The one on the site loads fine, though: http://ez8tut.sourceforge.net/index.php?p=reference/math.php
Comparison only has one 's', btw. And woohoo! mult! Is there no div?
Back in 2010, there was a project on Omni with Alberthrocks and Graphmastur, who wanted to build a set of two calcs. One being an eZ8 calc and the other, higher end model, an ARM one. Sadly, it died, but I guess such projects requires too much planning unless you are in vacations during 6 months.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: eZ8 programming website
« Reply #19 on: February 02, 2014, 04:48:21 am »
There is also an atari2600 cartridge reader made by me that uses the eZ8 as well as a homebrew computer.
If you like my work: why not give me an internet?








Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: eZ8 programming website
« Reply #20 on: February 24, 2014, 06:10:28 pm »
Working on some new articles. I also made a page for the eZ8 operating system which I'm developing for my eZ8 computer. It is currently empty, but I will update this page frequently as the featurelist grows.
http://ez8tut.sourceforge.net/?p=ez8os.php
« Last Edit: February 24, 2014, 06:11:23 pm by Keoni29 »
If you like my work: why not give me an internet?








Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: eZ8 programming website
« Reply #21 on: February 24, 2014, 07:23:36 pm »
Are there any devices that use the Z8 Encore! or do you have to build your own? I like the tutorial pages, they look nice. I haven't read through everything but i don't quite get how the General Purpose Register File is different from RAM, and on the third tutorial "If you did not create a new project yet read tutorial 1 again." The "...did not create... yet" bit to me sounds like it should be "...have not created... yet", though maybe we just have a different style of speaking. And what exactly does srp do? What would the difference be between srp #00h and srp #10h? It's a cool little site, though :)

EDIT: Also, the math link you posted in here doesn't load anything. The one on the site loads fine, though: http://ez8tut.sourceforge.net/index.php?p=reference/math.php
Comparison only has one 's', btw. And woohoo! mult! Is there no div?
Back in 2010, there was a project on Omni with Alberthrocks and Graphmastur, who wanted to build a set of two calcs. One being an eZ8 calc and the other, higher end model, an ARM one. Sadly, it died, but I guess such projects requires too much planning unless you are in vacations during 6 months.

Not to get off topic too much, but I thought one of those projects was an ez80, which is different from the ez8.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: eZ8 programming website
« Reply #22 on: February 24, 2014, 07:38:00 pm »
Yeah it was an ez80 that was planned not an ez8.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: eZ8 programming website
« Reply #23 on: February 24, 2014, 07:44:48 pm »
The eZ80 is a very nice cpu. There are a lot of peripherals on board. Some people use them to host webpages.
« Last Edit: February 24, 2014, 07:45:12 pm by Keoni29 »
If you like my work: why not give me an internet?








Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: eZ8 programming website
« Reply #24 on: February 24, 2014, 07:47:22 pm »
Really ? A Raspberry Pi can barely run a LAMP setup so I hardly imagine an ez80 serving pure HTML. ::)

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: eZ8 programming website
« Reply #25 on: February 24, 2014, 07:48:53 pm »
If an Arduino can do it (and it does :P), an eZ80 should be able to do it, no problem :D
I am Bach.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: eZ8 programming website
« Reply #26 on: February 24, 2014, 07:55:22 pm »
LOL yeah but only for very lightweight tasks.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: eZ8 programming website
« Reply #27 on: March 30, 2014, 08:45:58 am »
Added a page for the devboard schematics I made.
http://ez8tut.sourceforge.net/index.php?p=cpu/devboard.php

I am also working on a projects page. It will feature projects of mine as well as build instructions.
If you like my work: why not give me an internet?








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: eZ8 programming website
« Reply #28 on: April 05, 2014, 02:25:49 am »
Looks very good, as always :) The only complaint is that on 1920x1080, the page content looks really slim. Maybe you could make the content so it's proportional to the screen resolution but 100% on mobile?
« Last Edit: April 05, 2014, 02:28:31 am by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: eZ8 programming website
« Reply #29 on: July 05, 2014, 04:56:11 pm »
I noticed the website is still very usable in a text-only browser. I made some tweaks so it's a bit more user-friendly. I moved the menu bar to the bottom of the page.You usually skip trough these links so you can read the text anyways.



Browser is elinks. To get it to look just like this picture you need to enable 256 color mode.
If you like my work: why not give me an internet?