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