Author Topic: Oasis - cross platform z80 assembler  (Read 35294 times)

0 Members and 1 Guest are viewing this topic.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Oasis - cross platform z80 assembler
« Reply #45 on: November 25, 2010, 09:29:27 am »
The malevolent is only going to be important if we haven't built the binary for the system the user is on. This will be command line, just like spasm/tasm etc. Batch files should be easy for people to make for it. I might make a few changes to allow you to just drag/drop a file and it would just output with a changed extension to the same directory as Oasis.
/e

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Oasis - cross platform z80 assembler
« Reply #46 on: November 25, 2010, 10:13:35 am »
The malevolent is only going to be important if we haven't built the binary for the system the user is on. This will be command line, just like spasm/tasm etc. Batch files should be easy for people to make for it. I might make a few changes to allow you to just drag/drop a file and it would just output with a changed extension to the same directory as Oasis.
I assume you mean makefile.  I guess auto-correct took over.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Oasis - cross platform z80 assembler
« Reply #47 on: November 25, 2010, 10:51:13 am »
The malevolent is only going to be important if we haven't built the binary for the system the user is on. This will be command line, just like spasm/tasm etc. Batch files should be easy for people to make for it. I might make a few changes to allow you to just drag/drop a file and it would just output with a changed extension to the same directory as Oasis.
I assume you mean makefile.  I guess auto-correct took over.
yes x.x stupid autocorrect x.x
/e

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Oasis - cross platform z80 assembler
« Reply #48 on: November 25, 2010, 09:04:09 pm »
Do you need anymore help? I was going to attempt something like this anyways.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Oasis - cross platform z80 assembler
« Reply #49 on: November 25, 2010, 09:18:39 pm »
Sure, sounds good :) What platform will you be on?
/e

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Oasis - cross platform z80 assembler
« Reply #50 on: November 25, 2010, 09:43:35 pm »
Windows.
« Last Edit: November 25, 2010, 09:50:41 pm by Binder News »
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Oasis - cross platform z80 assembler
« Reply #51 on: November 25, 2010, 10:00:27 pm »
Ok, sweet :) we are currently having issues getting it to work right on windows. grab the most recent svn and test it out to see if you can get it to work
/e

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Oasis - cross platform z80 assembler
« Reply #52 on: November 25, 2010, 10:22:46 pm »
It compiled fine. However I made it into a Code::Blocks project first. By the way, how do you run Makefiles? (I've never had reason to)
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Oasis - cross platform z80 assembler
« Reply #53 on: November 25, 2010, 10:24:38 pm »
Code::Blocks? is that your IDE? makefiles require make to be installed. You run them with the command line,
cd <path to directory here>
make
it should compile the project
/e

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Oasis - cross platform z80 assembler
« Reply #54 on: November 25, 2010, 10:32:54 pm »
Yes, Code::Blocks is my IDE. I also have wxDev-C++, and Visual Studio Express C++.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Oasis - cross platform z80 assembler
« Reply #55 on: November 25, 2010, 10:44:15 pm »
Ah ok, sounds cool. If you update again from the SVN you should get a copy that works completely fine on windows (we were having some errors before). Also, do you have AIM? We currently are chatting with that.
/e

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Oasis - cross platform z80 assembler
« Reply #56 on: November 25, 2010, 10:52:44 pm »
No, I don't have AIM. I'm working on a 6-year-old-laptop running Windows XP with 1/2 GB RAM, and 2 processors with a combined speed of 2.8 GHz. The best thing I have is email.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Oasis - cross platform z80 assembler
« Reply #57 on: November 25, 2010, 10:54:23 pm »
ah ok, well if you get on the project page and stuff I could get you setup with the google group etc
/e

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Oasis - cross platform z80 assembler
« Reply #58 on: November 25, 2010, 11:05:31 pm »
What do you mean by "and stuff"? Please be more explicit, I am a VERY literal person.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Oasis - cross platform z80 assembler
« Reply #59 on: November 25, 2010, 11:09:16 pm »
Oh, sorry. Well I'll add you to the project page and let you join the google group, then we can start discussing what we are going to do. Currently I just want to get you familiar with the code and what your job is.
/e