Implement workaround for flex --header-file option
[emu8051.git] / tests / div.asm
index 116c3e2..4c0c29b 100644 (file)
@@ -1,11 +1,11 @@
 ; Test program to verify correct emu8051 operation
 ;
 ; Test desc: DIV AB
-; Test output1: A = $3C
-; Test output2: B = $00
-; Test output3: PSW = $00
-
-        CSEG
+; Test output: PC = $FFF0
+; Test output: SP = $07
+; Test output: A = $3C
+; Test output: B = $00
+; Test output: PSW = $00
 
         ORG     0000h           ; Reset vector