divtest.s

来自「基于EP7312的MP3播放器源代码,包括MCU和PC端代码.」· S 代码 · 共 30 行

S
30
字号
//****************************************************************************//// DIVTEST.S - Routine to perform a division test.//// Copyright (c) 1999,2000,2001 Cirrus Logic, Inc.////****************************************************************************#include "../../asmdefs.h"//****************************************************************************//// Read-only code area.////****************************************************************************    _TEXT_//****************************************************************************//// Division test.  This is used in cases where a division is performed but the// result is never used in the code.  Therefore, simply do not perform any// test.////****************************************************************************    _EXPORT_ __rt_divtest__rt_divtest _LABEL_    mov     pc, r14    _END_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?