Re: JAM Assembler - issue with RET M

2010-07-18 Thread david brant
Hi Stefan,

I thought I tested all the opcodes in the convertion, I will look into it. Good 
point about find/replace I see what I can do.

All the best

David

On 17 Jul 2010, at 23:41, Stefan Drissen wrote:

 After previous post I thought I'd happily find / replace all implicit ADD A 
 opcodes... but there is no find / replace... :-( Twenty assemble attempts 
 later I run into the following strange conversion:
 
 RET M from a Comet source is converted to:
 
  RET ·HELP 
 
 Best regards,
 
 Stefan



Re: JAM Assembler - issue with RET M

2010-07-18 Thread Stefan Drissen
Great! I think all the M conditions are handled incorrectly, JP M was also
converted to JP .HELP

Best regards,

Stefan

On Sun, Jul 18, 2010 at 1:38 PM, david brant davidcbr...@yahoo.com wrote:

 Hi Stefan,

 I thought I tested all the opcodes in the convertion, I will look into it