PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
10 sec ago
Untitled
11 sec ago
Main
13 sec ago
Untitled
15 sec ago
Untitled
16 sec ago
Untitled
21 sec ago
Untitled
23 sec ago
Untitled
25 sec ago
clip+/nano2g
By: a guest on
Jun 15th, 2010
| syntax:
None
| size: 0.16 KB | hits: 123 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
This paste has a previous version,
view the difference
.
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
asm volatile("mov r5, #0\n"
"0:\n\t"
"add r5, r5, #1\n\t"
"cmp %0, r5\n\t"
"bne 0b"
: : "r"(FREQ >> 22) : "r5");
create a
new version
of this paste
RAW Paste Data
asm volatile("mov r5, #0\n" "0:\n\t" "add r5, r5, #1\n\t" "cmp %0, r5\n\t" "bne 0b" : : "r"(FREQ >> 22) : "r5");