Remove CSEG directive for compatibility with AS31 and AS504 assemblers
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 2 Dec 2013 04:02:09 +0000 (23:02 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 2 Dec 2013 04:02:09 +0000 (23:02 -0500)
tests/anl.asm
tests/div.asm
tests/mov.asm
tests/mul1.asm
tests/mul2.asm
tests/orl.asm
tests/timer0.asm
tests/timer1.asm
tests/timer2.asm

index 46d383b..53d22b9 100644 (file)
@@ -8,8 +8,6 @@
 ; Test output: PSW = $E0
 ; Test output: TCON = $01
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     PSW, #0E0h
index ffba723..4c0c29b 100644 (file)
@@ -7,8 +7,6 @@
 ; Test output: B = $00
 ; Test output: PSW = $00
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     A, #0FFh
index c25406a..d5b552c 100644 (file)
@@ -9,8 +9,6 @@
 ; Test output: DPTR = $9876
 ; Test output: R0 = $66
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     A, #099h
index dac4bdd..5efccf2 100644 (file)
@@ -7,8 +7,6 @@
 ; Test output: B = $00
 ; Test output: PSW = $01
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     A, #061h
index b0a8f71..33c46dd 100644 (file)
@@ -7,8 +7,6 @@
 ; Test output: B = $0B
 ; Test output: PSW = $05
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     A, #099h
index 89f96d4..674b381 100644 (file)
@@ -7,8 +7,6 @@
 ; Test output: PSW = $E0
 ; Test output: TCON = $01
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     PSW, #0E0h
index 5935e24..11a8227 100644 (file)
@@ -15,8 +15,6 @@
 
 TOS     EQU     60h     ; Adresse du dessus de la pile.
 
-        CSEG
-
         ORG     0000h           ; Reset vector
         MOV     SP,#TOS         ; Init stack pointer
 
index 209e199..2efed18 100644 (file)
@@ -15,8 +15,6 @@
 
 TOS     EQU     60h     ; Adresse du dessus de la pile.
 
-        CSEG
-
         ORG     0000h           ; Reset vector
         MOV     SP,#TOS         ; Init stack pointer
 
index 790a216..ab47b26 100644 (file)
@@ -15,8 +15,6 @@
 
 TOS     EQU     60h     ; Adresse du dessus de la pile.
 
-        CSEG
-
         ORG     0000h           ; Reset vector
         MOV     SP,#TOS         ; Init stack pointer