Shop OBEX P1 Docs P2 Docs Learn Events
New member needs a bit of direction... — Parallax Forums

New member needs a bit of direction...

Chris_DChris_D Posts: 305
edited 2009-02-17 23:09 in Propeller 1
Hi everyone,

I just got my Propeller demo kit and hope to start experiementing in the next few days.· The one aspect I will need to learn about is assembly language programming and am having a bit of trouble locating information or tutorials on this.· Can anyone offer me some links to information that could get me going?

I am a fairly well versed programmer using Basic (BASCOM on Atmel micros and VB6 on a number of applications for Windows).· I have never worked with assembly language so this will be my first run at it.·

Anyway, thanks in advance and I am looking forward to exploring what this neat microcontroller can do!

Chris

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2009-02-17 15:58
    There are some tutorials that are "sticky" forum threads that stay at the top of the forum thread list. Have a look at them.
  • tom90tom90 Posts: 55
    edited 2009-02-17 15:59
    Hey Chris,

    Checkout the sticky thread " Propeller Programming Tutorials, Object Exchange, Tricks and Traps stickies". This contains asm examples for beginners as well as desilva's machine language tutorial. These are both pretty good resources that got me started.

    -Tom
  • Bob Lawrence (VE1RLL)Bob Lawrence (VE1RLL) Posts: 1,720
    edited 2009-02-17 16:30
    Go to the Assembler section :

    propeller.wikispaces.com/Software

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Aka: CosmicBob
  • CannibalRoboticsCannibalRobotics Posts: 535
    edited 2009-02-17 18:36
    Chris,
    welcome to the forum - you'll find over time that the forums are probably the best feature of the Parallax product line. There are a bunch of fantastic resources for assembly but I'd suggest that you look closely at the architecture of the chip and get your head around the idea of a stackless processor and shared RAM that's really more like an I/O device.
    It helped me allot to be fairly well grounded in Spin.
    Good luck!
    Jim-

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Signature space for rent, only $1.
    Send cash and signature to CannibalRobotics.
  • parts-man73parts-man73 Posts: 830
    edited 2009-02-17 19:39
    There is a PASM quick reference sheet compiled by Ed Parsons. You can download a copy from my website - ucontroller.com/index_tut.html

    desilva's assembly tutorial is also hosted there

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Brian

    uController.com - home of SpinStudio - the modular Development system for the Propeller

    PropNIC - Add ethernet ability to your Propeller! PropJoy - Plug in a joystick and play some games!

    SD card Adapter - mass storage for the masses Audio/Video adapter add composite video and sound to your Proto Board
  • Chris_DChris_D Posts: 305
    edited 2009-02-17 23:09
    Thanks very much guys.

    I am reading through some of the tutorials and while frightening at the moment, I am excited to dig into this.· Thanks much for links to some really good information.·

    Once I get in to it really deep (usually waiting till I am drowning) I will be pestering everyone here for advice and guidence.·

    Chris
Sign In or Register to comment.