Index: ram/fpuint.s
===================================================================
--- ram/fpuint.s	(revision e4a1376d1263f85f90c295f0fba97b9611239293)
+++ ram/fpuint.s	(revision 62340efb9125128b570c10bf637b74b0fcb9a48a)
@@ -933,30 +933,30 @@
 | actab -- action code dispatch table
 | -----    --------------------------
-actab:		dc.l	act0	| 0 - AC_NULL:  no action
-		dc.l	act1	| 1 - AC_SUST:  sustain
-		dc.l	act2	| 2 - AC_ENBL:  enable
-		dc.l	act3	| 3 - AC_JUMP:  unconditional jump
-		dc.l	act4	| 4 - AC_LOOP:  jump n times      (loop)
-		dc.l	act5	| 5 - AC_KYUP:  jump if key up    (enable jump)
-		dc.l	act6	| 6 - AC_KYDN:  jump if key down  (sustain jump)
-		dc.l	act7	| 7 - AC_HERE:  here on key up
+actab:		.dc.l	act0	| 0 - AC_NULL:  no action
+		.dc.l	act1	| 1 - AC_SUST:  sustain
+		.dc.l	act2	| 2 - AC_ENBL:  enable
+		.dc.l	act3	| 3 - AC_JUMP:  unconditional jump
+		.dc.l	act4	| 4 - AC_LOOP:  jump n times      (loop)
+		.dc.l	act5	| 5 - AC_KYUP:  jump if key up    (enable jump)
+		.dc.l	act6	| 6 - AC_KYDN:  jump if key down  (sustain jump)
+		.dc.l	act7	| 7 - AC_HERE:  here on key up
 
 | fprescon -- FPU reset constant table
 | --------    ------------------------
-fprescon:	dc.w	0x0000	| frq 1		  0.00
-		dc.w	0x8300	| level		-10.00
-		dc.w	0x0000	| frq 2		  0.00
-		dc.w	0x0000	| locn		  0.00
-		dc.w	0x0000	| frq 3		  0.00
-		dc.w	0x0000	| reson		  0.00
-		dc.w	0x0000	| frq 4		  0.00
-		dc.w	0x7D00	| dyn		+10.00
-		dc.w	0x0000	| ind 1		  0.00
-		dc.w	0x3E80	| filt		 +5.00
-		dc.w	0x0000	| ind 2		  0.00
-		dc.w	0x0000	| ind 3		  0.00
-		dc.w	0x0000	| ind 4		  0.00
-		dc.w	0x0000	| ind 5		  0.00
-		dc.w	0x0000	| ind 6		  0.00
+fprescon:	.dc.w	0x0000	| frq 1		  0.00
+		.dc.w	0x8300	| level		-10.00
+		.dc.w	0x0000	| frq 2		  0.00
+		.dc.w	0x0000	| locn		  0.00
+		.dc.w	0x0000	| frq 3		  0.00
+		.dc.w	0x0000	| reson		  0.00
+		.dc.w	0x0000	| frq 4		  0.00
+		.dc.w	0x7D00	| dyn		+10.00
+		.dc.w	0x0000	| ind 1		  0.00
+		.dc.w	0x3E80	| filt		 +5.00
+		.dc.w	0x0000	| ind 2		  0.00
+		.dc.w	0x0000	| ind 3		  0.00
+		.dc.w	0x0000	| ind 4		  0.00
+		.dc.w	0x0000	| ind 5		  0.00
+		.dc.w	0x0000	| ind 6		  0.00
 
 | ------------------------------------------------------------------------------
@@ -964,6 +964,6 @@
 | ------------------------------------------------------------------------------
 
-_fp_resv:	ds.w	12		| fpu spare function reset values
-_fpuifnc:	ds.w	1		| interrupting function number from FPU
+_fp_resv:	.ds.w	12		| fpu spare function reset values
+_fpuifnc:	.ds.w	1		| interrupting function number from FPU
 
 		.end
Index: ram/procpfl.s
===================================================================
--- ram/procpfl.s	(revision e4a1376d1263f85f90c295f0fba97b9611239293)
+++ ram/procpfl.s	(revision 62340efb9125128b570c10bf637b74b0fcb9a48a)
@@ -731,12 +731,12 @@
 | actab -- action code dispatch table
 | -----    --------------------------
-actab:		dc.l	act0	| 0 - AC_NULL:  no action
-		dc.l	act1	| 1 - AC_SUST:  sustain
-		dc.l	act2	| 2 - AC_ENBL:  enable
-		dc.l	act3	| 3 - AC_JUMP:  unconditional jump
-		dc.l	act4	| 4 - AC_LOOP:  jump n times      (loop)
-		dc.l	act5	| 5 - AC_KYUP:  jump if key up    (enable jump)
-		dc.l	act6	| 6 - AC_KYDN:  jump if key down  (sustain jump)
-		dc.l	act7	| 7 - AC_HERE:  here on key up
+actab:		.dc.l	act0	| 0 - AC_NULL:  no action
+		.dc.l	act1	| 1 - AC_SUST:  sustain
+		.dc.l	act2	| 2 - AC_ENBL:  enable
+		.dc.l	act3	| 3 - AC_JUMP:  unconditional jump
+		.dc.l	act4	| 4 - AC_LOOP:  jump n times      (loop)
+		.dc.l	act5	| 5 - AC_KYUP:  jump if key up    (enable jump)
+		.dc.l	act6	| 6 - AC_KYDN:  jump if key down  (sustain jump)
+		.dc.l	act7	| 7 - AC_HERE:  here on key up
 
 | ------------------------------------------------------------------------------
@@ -746,11 +746,11 @@
 | ----------------- local variables --------------------------------------------
 
-_curpf_f:	ds.w	1	| interrupting voice & parameter from FPU
+_curpf_f:	.ds.w	1	| interrupting voice & parameter from FPU
 
 | ----------------- debug variables --------------------------------------------
 
-_curpf_t:	ds.w	1	| current trigger
-
-_curpf_l:	ds.l	1	| current pflist entry
+_curpf_t:	.ds.w	1	| current trigger
+
+_curpf_l:	.ds.l	1	| current pflist entry
 
 | ------------------------------------------------------------------------------
Index: ram/sedisp.s
===================================================================
--- ram/sedisp.s	(revision e4a1376d1263f85f90c295f0fba97b9611239293)
+++ ram/sedisp.s	(revision 62340efb9125128b570c10bf637b74b0fcb9a48a)
@@ -1187,29 +1187,29 @@
 | sddtab -- score display dispatch table -- MUST match score.h definitions
 | ------    ----------------------------    ------------------------------
-sddtab:		dc.l	dsexit		| 0	null
-		dc.l	dsexit		| 1	score begin
-		dc.l	dssbgn		| 2	section begin
-		dc.l	dssend		| 3	section end
-		dc.l	dsinst		| 4	instrument change
-		dc.l	dsnbx		| 5	note begin
-		dc.l	dsnex		| 6	note end
-		dc.l	dsstop		| 7	stop
-		dc.l	dsintp		| 8	interpolate
-		dc.l	dstmpo		| 9	tempo
-		dc.l	dstune		| 10	tuning
-		dc.l	dsgrp		| 11	group status
-		dc.l	dslocn		| 12	location
-		dc.l	dsdyn		| 13	dynamics
-		dc.l	dsanvl		| 14	analog value
-		dc.l	dsanrs		| 15	analog resolution
-		dc.l	dsasgn		| 16	I/O assign
-		dc.l	dstrns		| 17	transposition
-		dc.l	dsexit		| 18	repeat
-		dc.l	dspnch		| 19	punch in/out
-		dc.l	dsexit		| 20	polyphonic pressure
-		dc.l	dsexit		| 21	score end
-		dc.l	dsexit		| 22	channel pressure
-		dc.l	dsbar		| 23	bar marker
-		dc.l	dsnext		| 24	next score
+sddtab:		.dc.l	dsexit		| 0	null
+		.dc.l	dsexit		| 1	score begin
+		.dc.l	dssbgn		| 2	section begin
+		.dc.l	dssend		| 3	section end
+		.dc.l	dsinst		| 4	instrument change
+		.dc.l	dsnbx		| 5	note begin
+		.dc.l	dsnex		| 6	note end
+		.dc.l	dsstop		| 7	stop
+		.dc.l	dsintp		| 8	interpolate
+		.dc.l	dstmpo		| 9	tempo
+		.dc.l	dstune		| 10	tuning
+		.dc.l	dsgrp		| 11	group status
+		.dc.l	dslocn		| 12	location
+		.dc.l	dsdyn		| 13	dynamics
+		.dc.l	dsanvl		| 14	analog value
+		.dc.l	dsanrs		| 15	analog resolution
+		.dc.l	dsasgn		| 16	I/O assign
+		.dc.l	dstrns		| 17	transposition
+		.dc.l	dsexit		| 18	repeat
+		.dc.l	dspnch		| 19	punch in/out
+		.dc.l	dsexit		| 20	polyphonic pressure
+		.dc.l	dsexit		| 21	score end
+		.dc.l	dsexit		| 22	channel pressure
+		.dc.l	dsbar		| 23	bar marker
+		.dc.l	dsnext		| 24	next score
 
 | ==============================================================================
@@ -1219,9 +1219,9 @@
 | globals:
 | --------
-_ac_code:	ds.b	1		| accidental code
+_ac_code:	.ds.b	1		| accidental code
 
 | locals:
 | -------
-numstr:		ds.b	65		| video display update work area
+numstr:		.ds.b	65		| video display update work area
 
 | ------------------------------------------------------------------------------
Index: ram/seexec.s
===================================================================
--- ram/seexec.s	(revision e4a1376d1263f85f90c295f0fba97b9611239293)
+++ ram/seexec.s	(revision 62340efb9125128b570c10bf637b74b0fcb9a48a)
@@ -486,29 +486,29 @@
 | sextab -- score execution dispatch table -- MUST match score.h definitions
 | ------    ----------------------------------------------------------------
-sextab:		dc.l	exexit		| 0	null
-		dc.l	exexit		| 1	score begin
-		dc.l	exsbgn		| 2	section begin
-		dc.l	exexit		| 3	section end
-		dc.l	exinst		| 4	instrument change
-		dc.l	exnbeg		| 5	note begin
-		dc.l	exnend		| 6	note end
-		dc.l	exstop		| 7	stop
-		dc.l	exintp		| 8	interpolate
-		dc.l	extmpo		| 9	tempo
-		dc.l	extune		| 10	tuning
-		dc.l	exexit		| 11	group status
-		dc.l	exlocn		| 12	location
-		dc.l	exdyn		| 13	dynamics
-		dc.l	exanvl		| 14	analog value
-		dc.l	exanrs		| 15	analog resolution
-		dc.l	exasgn		| 16	I/O assign
-		dc.l	extrns		| 17	transposition
-		dc.l	exexit		| 18	repeat
-		dc.l	expnch		| 19	punch in/out
-		dc.l	exexit		| 20	-unused- (polyphonic pressure)
-		dc.l	exexit		| 21	score end
-		dc.l	exexit		| 22	-unused- (channel pressure)
-		dc.l	exexit		| 23	bar marker
-		dc.l	exnext		| 24	next score
+sextab:		.dc.l	exexit		| 0	null
+		.dc.l	exexit		| 1	score begin
+		.dc.l	exsbgn		| 2	section begin
+		.dc.l	exexit		| 3	section end
+		.dc.l	exinst		| 4	instrument change
+		.dc.l	exnbeg		| 5	note begin
+		.dc.l	exnend		| 6	note end
+		.dc.l	exstop		| 7	stop
+		.dc.l	exintp		| 8	interpolate
+		.dc.l	extmpo		| 9	tempo
+		.dc.l	extune		| 10	tuning
+		.dc.l	exexit		| 11	group status
+		.dc.l	exlocn		| 12	location
+		.dc.l	exdyn		| 13	dynamics
+		.dc.l	exanvl		| 14	analog value
+		.dc.l	exanrs		| 15	analog resolution
+		.dc.l	exasgn		| 16	I/O assign
+		.dc.l	extrns		| 17	transposition
+		.dc.l	exexit		| 18	repeat
+		.dc.l	expnch		| 19	punch in/out
+		.dc.l	exexit		| 20	-unused- (polyphonic pressure)
+		.dc.l	exexit		| 21	score end
+		.dc.l	exexit		| 22	-unused- (channel pressure)
+		.dc.l	exexit		| 23	bar marker
+		.dc.l	exnext		| 24	next score
 
 		.bss
@@ -518,5 +518,5 @@
 | globals:
 | --------
-_xevent:	ds.l	1		| next event pointer
+_xevent:	.ds.l	1		| next event pointer
 
 		.end
Index: ram/timeint.s
===================================================================
--- ram/timeint.s	(revision e4a1376d1263f85f90c295f0fba97b9611239293)
+++ ram/timeint.s	(revision 62340efb9125128b570c10bf637b74b0fcb9a48a)
@@ -367,18 +367,18 @@
 | we define them here and ignore the ones in the bios.
 
-tdiv1:		ds.w	1		| Timer divider 1  (divides HZ_1K)
-tdiv2:		ds.w	1		| Timer divider 2  (divides HZ_200)
-
-| ------------------------------------------------------------------------------
-
-_timers:	ds.w	NTIMERS		| Timer array -- short timers[NTIMERS];
-
-_vi_clk:	ds.w	1		| VSDD scroll delay timer
-_vi_tag:	ds.w	1		| VSDD VI 'needs service' tag
-
-_S1IoRec:	ds.l	1		| address of RS232 channel 1 IoRec
-_S2IoRec:	ds.l	1		| address of RS232 channel 2 IoRec
-_M1IoRec:	ds.l	1		| address of MIDI channel 1 IoRec
-_M2IoRec:	ds.l	1		| address of MIDI channel 2 IoRec
+tdiv1:		.ds.w	1		| Timer divider 1  (divides HZ_1K)
+tdiv2:		.ds.w	1		| Timer divider 2  (divides HZ_200)
+
+| ------------------------------------------------------------------------------
+
+_timers:	.ds.w	NTIMERS		| Timer array -- short timers[NTIMERS];
+
+_vi_clk:	.ds.w	1		| VSDD scroll delay timer
+_vi_tag:	.ds.w	1		| VSDD VI 'needs service' tag
+
+_S1IoRec:	.ds.l	1		| address of RS232 channel 1 IoRec
+_S2IoRec:	.ds.l	1		| address of RS232 channel 2 IoRec
+_M1IoRec:	.ds.l	1		| address of MIDI channel 1 IoRec
+_M2IoRec:	.ds.l	1		| address of MIDI channel 2 IoRec
 | ==============================================================================
 
