Implement workaround for flex --header-file option
[emu8051.git] / tests / mul1.asm
index 9872989..5efccf2 100644 (file)
@@ -1,12 +1,11 @@
 ; Test program to verify correct emu8051 operation
 ;
 ; Test desc: MUL AB (no overflow)
-; Test output0: PC = $FFF0
-; Test output1: A = $C2
-; Test output2: B = $00
-; Test output3: PSW = $01
-
-        CSEG
+; Test output: PC = $FFF0
+; Test output: SP = $07
+; Test output: A = $C2
+; Test output: B = $00
+; Test output: PSW = $01
 
         ORG     0000h           ; Reset vector