added vim modeline to asm sources. Needs "set modeline:set modeline=5" in .vimrc
This commit is contained in:
@@ -63,3 +63,6 @@ _rom_entry:
|
|||||||
|
|
||||||
/* initialize any hardware specific issues */
|
/* initialize any hardware specific issues */
|
||||||
bra _initialize_hardware
|
bra _initialize_hardware
|
||||||
|
|
||||||
|
|
||||||
|
// vim: set syntax=asm68k :
|
||||||
|
|||||||
@@ -34,3 +34,5 @@ printf_helper:
|
|||||||
lea __MBAR+0x860C,a0 // PSCSTB0 transmitter buffer register
|
lea __MBAR+0x860C,a0 // PSCSTB0 transmitter buffer register
|
||||||
move.b d0,(a0) // send byte
|
move.b d0,(a0) // send byte
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
// vim: set syntax=asm68k :
|
||||||
|
|||||||
@@ -61,3 +61,5 @@ _xhdi_sd_install:
|
|||||||
move.l #_xhdi_vec,d0 // return our BaS vector to TOS
|
move.l #_xhdi_vec,d0 // return our BaS vector to TOS
|
||||||
move.l d0,a0 //
|
move.l d0,a0 //
|
||||||
rte
|
rte
|
||||||
|
|
||||||
|
// vim: set syntax=asm68k :
|
||||||
|
|||||||
Reference in New Issue
Block a user