代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/390965/8431419
s thumbsub.s
# AREA ThumbSub, CODE, READONLY ; name this block of code
# ENTRY ; mark first instruction to execute
.text
.arm /* Subseque
www.eeworm.com/read/348934/10859669
s adrlabel.s
AREA adrlabel, CODE, READONLY
ENTRY ; Mark first instruction to execute
Start
BL func ; Branch to subroutine
stop
www.eeworm.com/read/238672/13869720
s thumbsub.s
# AREA ThumbSub, CODE, READONLY ; name this block of code
# ENTRY ; mark first instruction to execute
.text
.arm /* Subseque
www.eeworm.com/read/408202/11401799
s adrlabel.s
AREA adrlabel, CODE, READONLY
ENTRY ; Mark first instruction to execute
Start
BL func ; Branch to subroutine
stop
www.eeworm.com/read/215598/15057076
c basic_example2.c
/****************************************************************************
Example using RT-LAB API.
Gives the main step in order to load and execute a model.
***************************
www.eeworm.com/read/214917/15083753
s adrlabel.s
AREA adrlabel, CODE, READONLY
ENTRY ; Mark first instruction to execute
Start
BL func ; Branch to subroutine
stop
www.eeworm.com/read/12865/249991
s adrlabel.s
AREA adrlabel, CODE, READONLY
ENTRY ; Mark first instruction to execute
Start
BL func ; Branch to subroutine
stop
www.eeworm.com/read/12870/258530
s adrlabel.s
AREA adrlabel, CODE, READONLY
ENTRY ; Mark first instruction to execute
Start
BL func ; Branch to subroutine
stop
www.eeworm.com/read/464594/1527420
c main.c
#include "def.h"
main(void)
{
int i;
initcold();
for (;;)
{
initwarm();
if (getline())
if (i = parse())
execute(i);
}
www.eeworm.com/read/248592/4467330
c main.c
#include "def.h"
main(void)
{
int i;
initcold();
for (;;)
{
initwarm();
if (getline())
if (i = parse())
execute(i);
}