English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 14 October 2009, 19:14   #1
AB Positive
kachou ON!
 
AB Positive's Avatar
 
Join Date: Apr 2009
Location: New Hampshire, US
Posts: 192
Hypocrisy post: Amiga Dev on windows - what do you use?

OK... so I started a thread way back about coding on the Amiga proper. Well - my a500 has a modded PC drive inside as the normal one broke so now of course the case doesn't close and half the keyboard is inaccessable.

I could use ASM-One with WinUAE and that's still an option but I figured I'd throw this question to the coders. If you do Amiga dev on windows what do you use?

I'd prefer something that had 68k color coding and whatnot and I've seen two interesting apps... ConTEXT and Notepad++


I also want to use my netbook so if someone knows a decent linux coding app that can somehow beat out my favorite (Vim) let me know. Again - 68K color coding is a necessity.

-AB
AB Positive is offline  
Old 14 October 2009, 19:24   #2
Hungry Horace
Wipe-Out Enthusiast
 
Hungry Horace's Avatar
 
Join Date: Nov 2005
Location: .
Age: 43
Posts: 2,538
i dont use windows, i use OSX, but I do all my dev'ing - asm or amos - on my MacBook. However, i still do it in an Amiga environment by running e-uae. Sometimes i will boot up the A500 to do some "investigation" using ActionReplay III, but only when uae is proving unreliable for that.

I'm only doing it this way for the convenience of using a laptop, and I obviously test stuff on the real hardware later down the line.
Hungry Horace is offline  
Old 14 October 2009, 19:57   #3
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by AB Positive View Post
I could use ASM-One with WinUAE and that's still an option but I figured I'd throw this question to the coders. If you do Amiga dev on windows what do you use?
Asm-One/Pro with WinUAE! You know you want to!
StingRay is offline  
Old 14 October 2009, 20:51   #4
pmc
gone
 
pmc's Avatar
 
Join Date: Apr 2007
Location: completely gone
Posts: 1,596
I develop all my sources in UltraEdit on Windows.

It's not free software - you have to pay for it but I think it's worth the cost (which in my opinion is not excessive) as it's the best text editor I've ever used.

You can also use syntax highlighting with it, just like I do. In fact, if you look around in Coder's Heaven you might even find my syntax highlighting file that I uploaded some months ago...

I assemble my finished source codes with Devpac in WinUAE. When you're coding for the OCS / ECS machines like I do then I don't think you really lose anything at all using the emulator over the real machine. Toni's done such a superb job on accurate emulation of those machines that it's pretty much a perfect replication of the real thing.

I'd go further and say I actually think I gain from using the emulator - things like turbo mode speeds up assembly times nicely.
pmc is offline  
Old 15 October 2009, 02:31   #5
AGN
Registered User
 
Join Date: Aug 2004
Location: Poland
Posts: 142
Quote:
Originally Posted by AB Positive View Post
I also want to use my netbook so if someone knows a decent linux coding app that can somehow beat out my favorite (Vim) let me know. Again - 68K color coding is a necessity.
vasm, vlink, vim, make, e-uae should do the trick
AGN is offline  
Old 15 October 2009, 03:05   #6
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
I use StormC V4 under winUAE and I'm looking at it now trying to debug why my MIDI doesn't loop
NovaCoder is offline  
Old 15 October 2009, 15:22   #7
Leffmann
 
Join Date: Jul 2008
Location: Sweden
Posts: 2,269
On OS X I use SubEthaEdit, and on Windows I use one of the free alternatives like Notepad++ or Programmer's Notepad. Any editor will work so find the one you like the most. I assemble and link with vasm and vlink to get an executable right into a catalog used as a harddrive in WinUAE. Just 3 key presses to save source and assemble, flip to WinUAE and press arrow up + enter to run the executable.

I use a small set of tools to make code templates and tidy sources up on OS X. It's posted in another thread here and can easily be adapted for Windows, Linux or whatever as well.

EDIT: vasm and vlink are portable and work on any system
Leffmann is offline  
Old 15 October 2009, 18:09   #8
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,611
Notepad++, Gedit on Linux - fine editors.

No reason why a nice emu running some fast processor couldn't provide an enjoyable environment - easy as pie, and fast, to install any devstuff you want! Just set the keymap to match the keyboard you're using or you'll go crrrrazeh
Photon is offline  
Old 16 October 2009, 22:37   #9
mosfet
Registered User
 
mosfet's Avatar
 
Join Date: Oct 2009
Location: UK
Posts: 41
Quote:
Originally Posted by AB Positive View Post
my favorite (Vim) ... 68K color coding is a necessity.
Vim has 68k syntax colouring: to get it in the GUI version, go the "Syntax" menu, choose "Show filetypes in menu", then reselect the menu and look in the "Assembly" submenu in the "A" section. It's got 680x0 and even Z-80 (Spectrum) and 6502 (C-64), so you can code for a whole museum's worth of machines without ever having to use a lesser editor...

You can change the syntax for all files with a particular extension, or you can set it per file with a special comment line at the top of each file. I don't remember the exact details, but it's all there in the help system... I'm switching to 68k in Vim as soon as I get sufficiently frustrated with Devpac's built-in editor... which should be sometime this week
mosfet is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Know anyone who worked as game dev for the Commodore Amiga? Jonathan Drain Amiga scene 1 21 December 2009 05:11
whdload dev bobbybearing Coders. General 6 30 July 2004 03:17
Looking for mativated people to write in a Amiga Dev website Tex Coders. General 8 14 February 2003 11:25
Dev Kit Fissuras Coders. General 1 05 November 2002 02:08
Dev forum... aphrogen project.EAB 1 02 May 2002 23:02

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 21:56.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08697 seconds with 13 queries