From 6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Mon, 8 Jan 2007 23:52:01 +0000 Subject: Splitting out www git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657 --- www/example/start.s | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 www/example/start.s (limited to 'www/example/start.s') diff --git a/www/example/start.s b/www/example/start.s deleted file mode 100644 index fd4669d..0000000 --- a/www/example/start.s +++ /dev/null @@ -1,23 +0,0 @@ -! note: sh-1 has a "delay cycle" after every branch where you can -! execute another instruction "for free". - - .file "start.s" - .section .text.start - .extern _main - .extern _vectors - .extern _stack - .global _start - .align 2 - -_start: - mov.l 1f, r1 - mov.l 3f, r3 - mov.l 2f, r15 - jmp @r3 - ldc r1, vbr - nop - -1: .long _vectors -2: .long _stack -3: .long _main - .type _start,@function -- cgit v1.1