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