📄 bn68000.c
字号:
/* * bn68000.c - bnInit() for Motorola 680x0 family, 16 or 32-bit. * * Written in 1995 by Colin Plumb. I'm not going to embarass myself * by claiming copyright on something this trivial. */#include "lbn.h"#include "bn16.h"#include "bn32.h"#ifndef BNINCLUDE#error You must define BNINCLUDE to lbn68000.h to use assembly primitives.#endifvoidbnInit(void){ if (is68020()) bnInit_32(); else bnInit_16();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -