Jump to content

Are there any good tutorials?


6 replies to this topic

#1  

    Moonsweeper

  • 314 posts
  • Joined: 21-February 07

Posted Fri Mar 19, 2010 3:21 AM

I have some experiece in programming, as I know x86 assembly and quite a lot about the internals of the PC. However, I have never tried to really get into how the hardware of the lynx works, and it seems like a hard task since I haven't found any good explanation on it yet.

But my general problem is that I don't know C++. I know a little C, but only the most basic stuff. In addition, I do my work on a PC running Windows, and many of the existing dev-tools relay on Linux (or Linux-based commands, which I don't know).

So, does anybody know of any good turtorial regarding Lynx programming on a Windows PC? It should be well enough explained to give the user the ability to put something on the screen, at the same time as making the user understanding why it appears on the screen in the manner it does.

Edited by per, Fri Mar 19, 2010 3:22 AM.


#2  

    7800 Developer

  • 5,459 posts
  • Joined: 20-November 08
  • Busy bee!
  • Location:North, England

Posted Fri Mar 19, 2010 5:11 AM

As far as I'm aware there is no C++ compiler for Lynx. There is a "C" compiler available from www.cc65.org. It works on Windows and supports Lynx out of the box. I've used it for producing my Atari 7800 games.

#3  

    Moonsweeper

  • 345 posts
  • Joined: 21-January 08

Posted Fri Mar 19, 2010 1:32 PM

View Postper, on Fri Mar 19, 2010 3:21 AM, said:

I have some experiece in programming, as I know x86 assembly and quite a lot about the internals of the PC. However, I have never tried to really get into how the hardware of the lynx works, and it seems like a hard task since I haven't found any good explanation on it yet.

But my general problem is that I don't know C++. I know a little C, but only the most basic stuff. In addition, I do my work on a PC running Windows, and many of the existing dev-tools relay on Linux (or Linux-based commands, which I don't know).

So, does anybody know of any good turtorial regarding Lynx programming on a Windows PC? It should be well enough explained to give the user the ability to put something on the screen, at the same time as making the user understanding why it appears on the screen in the manner it does.

there are two compilers available.

both are pure C without any + or # :)

you can use the one from cc65.org, that karri use. But its not compatible with the CC65 from the bll kit.
In the bll Kit from bastian Schick, there is another cc65, and creates a lyxass compatible assembly code.
The Compilers itself also works a bit difference, so you have to choose....

#4  

    Moonsweeper

  • 314 posts
  • Joined: 21-February 07

Posted Fri Mar 19, 2010 6:03 PM

Ok, but the main problem is not if it's C or C++/C#. The main problm is that there are no tutorial explaining how to write C-code that actually does something else than just calculating numbers in RAM.

#5  

    7800 Developer

  • 5,459 posts
  • Joined: 20-November 08
  • Busy bee!
  • Location:North, England

Posted Fri Mar 19, 2010 6:21 PM

A quick Google around shows these :-

http://www.mdgames.de/lynx_eng.htm
http://www.uni-giess...e/~gd1113/lynx/
http://www.classicga...r%27s_Reference

#6  

    Moonsweeper

  • 314 posts
  • Joined: 21-February 07

Posted Sat Mar 20, 2010 3:29 AM

View PostGroovyBee, on Fri Mar 19, 2010 6:21 PM, said:

Thanks, That's more what I was thinking about.

#7  

    Chopper Commander

  • 167 posts
  • Joined: 05-July 08
  • Location:Seattle, WA

Posted Mon Mar 29, 2010 2:01 PM

View Postper, on Sat Mar 20, 2010 3:29 AM, said:

View PostGroovyBee, on Fri Mar 19, 2010 6:21 PM, said:

Thanks, That's more what I was thinking about.

These are my tutorials that I've been working on for the past few months. They are far from complete but now that I have a flash card to play with, I should be adding more to them soon.

--Wookie





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users