Rev 650 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 650 | Rev 663 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | # |
27 | # |
28 | 28 | ||
29 | .text |
29 | .text |
30 | 30 | ||
31 | .global asm_delay_loop |
31 | .global asm_delay_loop |
32 | .global cpu_halt |
- | |
33 | .global cpu_sleep |
32 | .global cpu_sleep |
34 | .global fmath_dpow |
33 | .global fmath_dpow |
35 | .global fmath_fint |
34 | .global fmath_fint |
36 | .global fmath_get_decimal_exponent |
35 | .global fmath_get_decimal_exponent |
37 | .global fmath_is_infinity |
36 | .global fmath_is_infinity |
Line 43... | Line 42... | ||
43 | .global userspace |
42 | .global userspace |
44 | 43 | ||
45 | .global dummy |
44 | .global dummy |
46 | 45 | ||
47 | asm_delay_loop: |
46 | asm_delay_loop: |
48 | cpu_halt: |
- | |
49 | cpu_sleep: |
47 | cpu_sleep: |
50 | fmath_dpow: |
48 | fmath_dpow: |
51 | fmath_fint: |
49 | fmath_fint: |
52 | fmath_get_decimal_exponent: |
50 | fmath_get_decimal_exponent: |
53 | fmath_is_infinity: |
51 | fmath_is_infinity: |
Line 59... | Line 57... | ||
59 | userspace: |
57 | userspace: |
60 | 58 | ||
61 | dummy: |
59 | dummy: |
62 | retl |
60 | retl |
63 | nop |
61 | nop |
- | 62 | ||
- | 63 | .global cpu_halt |
|
- | 64 | cpu_halt: |
|
- | 65 | b cpu_halt |
|
- | 66 | nop |