megadrive_test2

changeset 3:b22bc95f0cc0

added vim modelines
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 14 Mar 2017 09:11:18 +0200
parents 1d35c3b3a525
children 72ab63f262bf
files src/intr.s src/startup.s
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/src/intr.s	Tue Mar 14 09:03:58 2017 +0200
     1.2 +++ b/src/intr.s	Tue Mar 14 09:11:18 2017 +0200
     1.3 @@ -1,3 +1,4 @@
     1.4 +| vi:filetype=asm68k:
     1.5  | the following will go into the .vect section which will be placed at the very
     1.6  | begining of the binary at address 0 by the linker (see lnkscript).
     1.7  	.section .vect,"a"
     2.1 --- a/src/startup.s	Tue Mar 14 09:03:58 2017 +0200
     2.2 +++ b/src/startup.s	Tue Mar 14 09:11:18 2017 +0200
     2.3 @@ -1,3 +1,4 @@
     2.4 +| vi:filetype=asm68k:
     2.5  	.text
     2.6  	.extern main
     2.7