os_kernel_lab/related_info/lab7/race-condition/loop.s

7 lines
64 B
ArmAsm
Raw Normal View History

2015-04-29 12:38:37 +08:00
.main
.top
sub $1,%dx
test $0,%dx
jgte .top
halt