Remove CSEG directive for compatibility with AS31 and AS504 assemblers
[emu8051.git] / tests / mul2.asm
index 1925d28..33c46dd 100644 (file)
@@ -1,11 +1,11 @@
 ; Test program to verify correct emu8051 operation
 ;
 ; Test desc: MUL AB (overflow)
-; Test output1: A = $5B
-; Test output2: B = $0B
-; Test output3: PSW = $05
-
-        CSEG
+; Test output: PC = $FFF0
+; Test output: SP = $07
+; Test output: A = $5B
+; Test output: B = $0B
+; Test output: PSW = $05
 
         ORG     0000h           ; Reset vector