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