Re: A86: ASMIDE/ZAC


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

Re: A86: ASMIDE/ZAC




I forgot to mention this: I have also tried replacing _asm_exec_ram, 
_runindicoff, _clrScrn, _getkey, and _runindicon with their appropriate hex 
values and it still crashes.
Also, if I compile a program that starts like this and move the cursor to it 
in the shell, it displays a bunch of random pixels overlaying the screen but 
doesn't freeze (i.e. I can move the cursor to a different program and 
everything returns to normal).

A: ASMTest
.org _asm_exec_ram
 nop
 jp Start
 .dw 0
 .dw title
Start:
 ...code...
title:
 .db "ASM Test Program",0
.end

I am using YAS right now, but I had the same problem under AShell.

-- Jonathan Marcus
Appelkore@aol.com