任何人都可以发布一些源代码,当编译(如果需要)并运行时,将在Amiga上产生'Guru Meditation Error'.
汇编程序,C或ARexx都可以.
谢谢.
尝试以下Alert()功能exec.library:http://amigadev.elowar.com/read/ADCD_2.1/Includes_and_Autodocs_3._guide/node01E3.html
例如(在C中):
#include <exec/execbase.h>
#include <exec/alerts.h>
#include <clib/exec_protos.h>
void main(void) {
Alert(ACPU_InstErr); /* or use 0x80000004 if you don't have alerts.h */
/* might not return if it was a dead end (non-recoverable) alert */
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
327 次 |
| 最近记录: |