# HG changeset patch # User John Tsiombikas # Date 1489475478 -7200 # Node ID b22bc95f0cc005a0f007ac36feb3565bc6f11100 # Parent 1d35c3b3a5252e1c4f8173b05fa373b5a6d87b22 added vim modelines diff -r 1d35c3b3a525 -r b22bc95f0cc0 src/intr.s --- a/src/intr.s Tue Mar 14 09:03:58 2017 +0200 +++ b/src/intr.s Tue Mar 14 09:11:18 2017 +0200 @@ -1,3 +1,4 @@ +| vi:filetype=asm68k: | the following will go into the .vect section which will be placed at the very | begining of the binary at address 0 by the linker (see lnkscript). .section .vect,"a" diff -r 1d35c3b3a525 -r b22bc95f0cc0 src/startup.s --- a/src/startup.s Tue Mar 14 09:03:58 2017 +0200 +++ b/src/startup.s Tue Mar 14 09:11:18 2017 +0200 @@ -1,3 +1,4 @@ +| vi:filetype=asm68k: .text .extern main