Remove CSEG directive for compatibility with AS31 and AS504 assemblers
[emu8051.git] / tests / orl.asm
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