added vim modeline to asm sources. Needs "set modeline:set modeline=5" in .vimrc

This commit is contained in:
Markus Fröschle
2014-01-13 21:34:24 +00:00
parent ba1a951952
commit bdf5cd6c0d
3 changed files with 7 additions and 0 deletions

View File

@@ -61,3 +61,5 @@ _xhdi_sd_install:
move.l #_xhdi_vec,d0 // return our BaS vector to TOS
move.l d0,a0 //
rte
// vim: set syntax=asm68k :