[A86] Re: Hey All, Some beginner Question :)


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

[A86] Re: Hey All, Some beginner Question :)




I used to deal with this a lot in my ZShell emulator...  found it a
little nicer to set up defines like this:

#define foo(x) x-myform+_asm_exec_ram

  ...

  call foo(show)

On Saturday, June 01, 2002, rabidcow@juno.com wrote:

> Ah, yes Asm Studio is better at that, but oh well.

> You have to manually fix any absolute addresses in the relocated part of
> the program.

> Here's a [sqrt]Form prog that should work with TASM:
> (note how "call show" becomes "call show-myform+_asm_exec_ram")




References: