basic scheduling, basic syscall, (added .data copy)
[cortex-from-scratch] / start.asm
index e6d08c6..65b67f5 100644 (file)
--- a/start.asm
+++ b/start.asm
@@ -13,7 +13,7 @@
        .text
        .global _start
        .global reset, nmi, hardfault
-       .global _svc_handler
+       .global pendsv_handler
        .code 16
        .syntax unified
 _start:
@@ -31,6 +31,7 @@ reset:
    (machine somehow has a failure). That's why they are included here.
    Later the interrupt vector will be relocated to SRAM and modified.  */
 
+
 nmi:
        b nmi