X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=tests%2Fdiv.asm;h=4c0c29b36556634c9c31f42970d033b2030676ac;hb=f7e3f1d8d0438f52e4f988a12318075cc1b43568;hp=77c5a6a9ae25660a8fd0085cf19317cbf3ded17c;hpb=1a20c858a966bc61b48cce36846e6ed426d62644;p=emu8051.git diff --git a/tests/div.asm b/tests/div.asm index 77c5a6a..4c0c29b 100644 --- a/tests/div.asm +++ b/tests/div.asm @@ -1,12 +1,11 @@ ; Test program to verify correct emu8051 operation ; ; Test desc: DIV AB -; Test output0: PC = $FFF0 -; 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