// (C) 2020 Philip Endecott. // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENCE.txt or copy at https://www.boost.org/LICENSE_1_0.txt .section .text .global _start _start: b asmflash nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop asmflash: ldr r1, =0xE0028000 mvn r2, #0 str r2, [r1, #8] str r2, [r1, #4] str r2, [r1, #12] b asmflash