Re: test386.asm CPU tester
Posted on 2017-11-21, 21:30
UniPCemu clears AF when using SAR without count(maskcnt!=0). SHL/SHR set it when maskcnt!=0. So their behaviour is OK. The carry/overflow flags and sign/zero/parity flags are giving errors(at least on 8-bit shl)? 8-bit GRP2: byte op_grp2_8(byte cnt, byte varshift) { //word d, INLINEREGISTER word s, …