English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 06 July 2014, 10:44   #1
OCrowley
Conrad from C64 scene
 
Join Date: Jun 2014
Location: Teesside, England
Posts: 12
AsmPro and INCLUDE sources

This is probably a dead easy question to answer, but I'm stuck...

I have two files, one for the main and one which includes a copperlist I'm trying out.

On first go, I type "a" in the command line and it assembles both files as shown:
Code:
>a
Pass 1..
Include : "owen_copper.s"
Pass 2..
No errors
That's all fine as I expect, but then I decide to do a change in my copper code source (owen_copper.s), save it, jump back to the main source (F1 key) and then type "a" again. This is what I get...
Code:
>a
Pass 1..
Pass 2..
No errors
This seems to tell me that it has not included the copper source file again and compiles the old version instead.

Here's a snippet of code from the main source file:
Code:
INCDIR "stuff:"
INCLUDE "owen_copper.s"
At the moment I have to restart AsmPro every time so that I make sure all sources are compiled, which sucks. :/

How do I let AsmPro know to re-assemble ALL included source files every time I type "a" in command line?

I'm running this on WinUAE with Workbench 3.1, A1200.
OCrowley is offline  
Old 06 July 2014, 11:25   #2
Asman
68k
 
Asman's Avatar
 
Join Date: Sep 2005
Location: Somewhere
Posts: 828
Use ZI command.
Asman is offline  
Old 06 July 2014, 11:42   #3
OCrowley
Conrad from C64 scene
 
Join Date: Jun 2014
Location: Teesside, England
Posts: 12
Quote:
Originally Posted by Asman View Post
Use ZI command.
Thanks! That works a treat!
OCrowley 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
ASMPro info bar thingy bodhi Coders. Asm / Hardware 3 29 July 2013 10:43
AsmPro copse Coders. Asm / Hardware 4 25 April 2012 11:41
AsmPro sources question(s) Asman Coders. General 13 03 September 2010 12:21
AsmPro CmdrVimes Coders. General 5 01 September 2010 12:40
Why nobody continue Asmone/AsmPro development ? kamelito Amiga scene 16 25 March 2007 15:08

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 16:26.

Top

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