Lines Matching refs:Execute
9 Execute Command mach create
10 …Execute Command machine LoadPlatformDescription @platforms/cpus/msp430f261…
11 Execute Command sysbus.cpu PerformanceInMips 1
13 ... Execute Command sysbus LoadELF ${ELF}
18 ${counterAddress}= Execute Command sysbus GetSymbolAddress "seconds_passed"
20 Execute Command emulation RunFor "0.05"
21 ${secondsPassed}= Execute Command sysbus ReadWord ${counterAddress}
26 Execute Command emulation RunFor "1"
27 ${secondsPassed}= Execute Command sysbus ReadWord ${counterAddress}
35 Execute Command sysbus WriteWord 0x2100 0x02e4 # asm: ADDA R2, R4
36 Execute Command sysbus WriteWord 0x2102 0x03e4 # asm: ADDA R3, R4
37 Execute Command sysbus WriteWord 0x2104 0x02f4 # asm: SUBA R2, R4
38 Execute Command sysbus WriteWord 0x2106 0x03f4 # asm: SUBA R3, R4
39 Execute Command cpu PC 0x2100
42 Execute Command cpu R4 0x00000
45 Execute Command cpu Step
46 ${REG_VALUE}= Execute Command cpu R4
51 Execute Command cpu Step
52 ${REG_VALUE}= Execute Command cpu R4
57 Execute Command cpu Step
58 ${REG_VALUE}= Execute Command cpu R4
63 Execute Command cpu Step
64 ${REG_VALUE}= Execute Command cpu R4