Which assembler?

2007-07-04 Thread Calvin Allett
What Assembler would anybody reccomend me having a go with, i.e.
preferably the most easy to use :)

Feature`s don`t neccesarily top my needs, as I won`t be doing any
games in MC, just wanting to learn the language, and be able to try
a few small routines. 


   
-
 Yahoo! Answers - Get better answers from someone who knows. Tryit now.

Re: Which assembler?

2007-07-04 Thread Edwin Blink
Hi Calvin,

For SAM I recommend Comet

http://home.orange.nl/edwin.blink/samcoupe/software/comet/comet.htm

it's got fullscreen editor, syntax checking on entering a line and errors are 
inserted in the source just
above the line containing the error. Just great to get started.

For PC I recommend TASM and your favorite editor.

Edwin

  - Original Message - 
  From: Calvin Allett 
  To: sam-users@nvg.ntnu.no 
  Sent: Wednesday, July 04, 2007 7:05 PM
  Subject: Which assembler?


  What Assembler would anybody reccomend me having a go with, i.e.
  preferably the most easy to use :)

  Feature`s don`t neccesarily top my needs, as I won`t be doing any
  games in MC, just wanting to learn the language, and be able to try
  a few small routines. 




--
  Yahoo! Answers - Get better answers from someone who knows. Try it now.

RE: Which assembler?

2007-07-04 Thread Steve Parry-Thomas
I tend to use TASM 3.2 ,[ for PC ] there are better ones out there as every
one will now recommend the one they like and Edwin's Comet for Sam.
 TASM can be found here: -
http://www.ticalc.org/archives/files/fileinfo/250/25051.html



Steve(spt)


 

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Calvin Allett
Sent: 04 July 2007 18:05
To: sam-users@nvg.ntnu.no
Subject: Which assembler?

 

What Assembler would anybody reccomend me having a go with, i.e.
preferably the most easy to use :)

Feature`s don`t neccesarily top my needs, as I won`t be doing any
games in MC, just wanting to learn the language, and be able to try
a few small routines. 

  

  _  

Yahoo! Answers - Get better answers from someone who knows. Try
http://uk.answers.yahoo.com/;_ylc=X3oDMTEydmViNG02BF9TAzIxMTQ3MTcxOTAEc2VjA
21haWwEc2xrA3RhZ2xpbmU  it now. 



Re: Which assembler?

2007-07-04 Thread Chris Pile
I do all my SAM development on the PC, using a cross-assembler.  For SAM 
development I
chose the AS80 PC cross-assembler...  Works a treat!  It's free, and you can 
grab it here:

http://www.kingswood-consulting.co.uk/assemblers/

My editor of choice is StarBase's CodeWright 6.5 - which is great.  It's not 
free though, and
is a little tricky to find these days.

For my initial foray into developing for the SAM - back in 1990(ish) - I used 
the SCAssembler,
which can be found here:  http://www.worldofsam.org/node/536  Then, when Edwin 
released
his superb Comet assembler, I moved all my source over to that.

Today - I would stick with developing on the PC though - it's much faster, and 
coupled with
SimCoupé makes developing for the SAM a piece of cake!

Chris.




Re: Which assembler?

2007-07-04 Thread Calvin Allett
Thanks Edwin :)

I like the online manual, and disk contents with descriptions, will
be very handy :D

I`ll ask some questions if (oops, I mean when, hehe) I get stuck !

Right, I`m off to raid the WoSpec archive for books, any reccomendations?

Edwin Blink [EMAIL PROTECTED] wrote:   Hi Calvin,
  
 For SAM I recommend Comet
  
 http://home.orange.nl/edwin.blink/samcoupe/software/comet/comet.htm
  
 it's got fullscreen editor, syntax checking on  entering a line and errors are 
inserted in the source just
 above the line containing the error. Just great to  get started.
  
 For PC I recommend TASM and your favorite  editor.
  
 Edwin
  
- Original Message - 
   From:Calvin Allett 
   To: sam-users@nvg.ntnu.no 
   Sent: Wednesday, July 04, 2007 7:05PM
   Subject: Which assembler?
   

What Assembler would anybody reccomend me having a go with,i.e.
preferably the most easy to use :)

Feature`s don`t neccesarilytop my needs, as I won`t be doing any
games in MC, just wanting to learnthe language, and be able to try
a few small routines. 

  

-
   Yahoo! Answers - Get better answers from someone who knows. Tryit now.

   
-
 Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for 
your freeaccount today.

Re: Which assembler?

2007-07-04 Thread Andrew Collier


On 4 Jul 2007, at 18:05, Calvin Allett wrote:


What Assembler would anybody reccomend me having a go with, i.e.
preferably the most easy to use :)

Feature`s don`t neccesarily top my needs, as I won`t be doing any
games in MC, just wanting to learn the language, and be able to try
a few small routines.


If you're looking for tools which run entirely on the Sam, then Comet  
is your best bet.


If you're running SimCoupe on a PC or Mac or unix box, then naturally  
I will suggest pyz80:


http://www.intensity.org.uk/samcoupe/pyz80.html

You write your assembly as text files in your favourite text editor  
(using familiar Comet syntax) then run pyz80 with them: it spits out  
a disk image which you can load into SimCoupe directly. You can see  
your code running within seconds of typing it.


Cheers,
Andrew

--
 ---   Andrew Collier 
   http://www.intensity.org.uk/ ---
  --