]> Untitled Git - emu8051.git/commitdiff
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 46d383b4a24c6a8827acb9d03dab1f5e6f23b165..53d22b9480761419d92039f9500d3a76136b46f7 100644 (file)
@@ -8,8 +8,6 @@
 ; Test output: PSW = $E0
 ; Test output: TCON = $01
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     PSW, #0E0h
index ffba72311d46bdadc1194dc811fc5e3d0aaf24e4..4c0c29b36556634c9c31f42970d033b2030676ac 100644 (file)
@@ -7,8 +7,6 @@
 ; Test output: B = $00
 ; Test output: PSW = $00
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     A, #0FFh
index c25406ae53737052b3ad8fe8b92d25664f2be93e..d5b552c22f0da865a54e4e63cabd584d24ac88ff 100644 (file)
@@ -9,8 +9,6 @@
 ; Test output: DPTR = $9876
 ; Test output: R0 = $66
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     A, #099h
index dac4bdd742a79036af4fa107a4b7a90a83067207..5efccf2d66d259c71839eb54bc4aa3cb4420f293 100644 (file)
@@ -7,8 +7,6 @@
 ; Test output: B = $00
 ; Test output: PSW = $01
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     A, #061h
index b0a8f7105dfa51b9d1d426d4cf83ec92a37d61bc..33c46dd380bae26326fcee64337547fb989764a9 100644 (file)
@@ -7,8 +7,6 @@
 ; Test output: B = $0B
 ; Test output: PSW = $05
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     A, #099h
index 89f96d4a35b022b77b9fde60ea8c1647d4b289d3..674b381251c11ffd4f86001aa86858a238e63627 100644 (file)
@@ -7,8 +7,6 @@
 ; Test output: PSW = $E0
 ; Test output: TCON = $01
 
-        CSEG
-
         ORG     0000h           ; Reset vector
 
         MOV     PSW, #0E0h
index 5935e24fa5d60fd4ca08596f83992b298e63395e..11a8227f33dfb4833a02a384bc8a75b08bf4a05c 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 209e199f143e260ae10f96b1712524d7f1df7dde..2efed1826a03ef55eb0757669cc1fb10a4d2a3f0 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 790a216d30b427024fdb698d982c06481d896973..ab47b263a250c820bd64315f6c8f02ed9abe7b87 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