[A83] Re: Assembly Studio 8x


[Prev][Next][Index][Thread]

[A83] Re: Assembly Studio 8x




Yeah, I think there are some bugs in the preprocessor that screw up #defines
in code that should not be included (due to an #if or #ifdef).  You can
probably fix this by splitting the ION include file into two different
include files, one for 83 and one for 83+.  Then use an #ifdef at the
beginning of the program to decide which one to include.

Alternatively, setup project build step to call TASM.  Though, I would
resort to this as a last measure, as you'll lose a lot of the features of
Assembly Studio 8x if you do this.

Let me know if this works or doesn't work, and if not, I'll take a look at
later this weekend.

> A while back, I tried to use Assembly Studio 8x as an IDE to code Ion
> programs (83 plus) in.  I've tried manipulating my code in many ways, but
> it seems I always have errors with the #define statements in
> ion.inc.  Quite often my "bcall"s go as unrecognized instructions.  What
do
> I need to do to make an Ion program in Assembly Studio?  I've had success
> with the UltraEdit-asm.bat combo, so it should work.  What modifications
do
> I need to make to the code?  I'm hoping David Phillips will be able to
help
> me out, but anyone else who knows the program well may be able to help
> too.  I've had the same errors in both Windows ME and Windows 95.





References: