X-Git-Url: https://robinkrens.nl/gitweb/?p=cortex-from-scratch;a=blobdiff_plain;f=start.asm;h=d8c72446bc29595ffc6bad22c842165b22de4c09;hp=294a718221eba5d71bf860ccdfc569caddfd5b72;hb=3f9ee85c250250580f0ceb38525ddb99ebc6d36e;hpb=22c1abee1ad44eb88784fd7ff38ca669f41b6c01 diff --git a/start.asm b/start.asm index 294a718..d8c7244 100644 --- a/start.asm +++ b/start.asm @@ -1,4 +1,4 @@ - .equ STACK_TOP, 0x20000800 + .equ STACK_TOP, 0x20008000 /* placed at 32kB, TODO: could place at top of SRAM? */ .text .global _start .global reset, nmi, hardfault @@ -34,7 +34,7 @@ stub: mov R1,#0 udiv.w R2, R0, R1 */ - .data - .word 'x' +/* .data + .word 'x' */ .end