gpt4 book ai didi

amiga - 在Amiga上生成 'Guru Meditation Error'

转载 作者:行者123 更新时间:2023-12-02 06:31:46 33 4
gpt4 key购买 nike

任何人都可以发布一些源代码,这些源代码在编译(如有必要)并运行时,会在Amiga上产生“大师冥想错误”。

汇编程序,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 */
}

关于amiga - 在Amiga上生成 'Guru Meditation Error',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33897906/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com