?? testrescue.s
字號:
/* * Simple testcode to download by the rescue block. * Just lits some LEDs to show it was downloaded correctly. * * Copyright (C) 1999-2003 Axis Communications AB */#define ASSEMBLER_MACROS_ONLY#include <asm/sv_addr_ag.h> .text nop nop moveq -1, $r2 move.b $r2, [R_PORT_PA_DIR] moveq 0, $r2 move.b $r2, [R_PORT_PA_DATA]endless: nop ba endless nop
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -