📄 bn8086.c
字号:
/* * bn8086.c - bnInit() for Intel x86 family in 16-bit mode. * * 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 lbn8086.h to use assembly primitives.#endifvoidbnInit(void){ if (not386()) bnInit_16(); else bnInit_32();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -