Another error in the test
This commit is contained in:
parent
d08b6d58ef
commit
8482d6776b
|
@ -4,5 +4,5 @@
|
||||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||||
*/
|
*/
|
||||||
#undef W2S
|
#undef W2S
|
||||||
#undef FS
|
#define FS 4
|
||||||
#undef F2S
|
#define F2S 8
|
||||||
|
|
12
emtest/tests
12
emtest/tests
|
@ -408,8 +408,8 @@ TEST 020: test ldf
|
||||||
MAIN 20
|
MAIN 20
|
||||||
loc 123
|
loc 123
|
||||||
loc 77
|
loc 77
|
||||||
sdl -4
|
sdl -8
|
||||||
lal -9
|
lal -13
|
||||||
ldf 5
|
ldf 5
|
||||||
loc 77
|
loc 77
|
||||||
bne *1
|
bne *1
|
||||||
|
@ -546,9 +546,9 @@ MAIN 20
|
||||||
loc 102
|
loc 102
|
||||||
#endif
|
#endif
|
||||||
loc 103
|
loc 103
|
||||||
lal -14
|
lal -16
|
||||||
sti 4
|
sti 4
|
||||||
lol -14
|
lol -16
|
||||||
loc 103
|
loc 103
|
||||||
bne *1
|
bne *1
|
||||||
OK
|
OK
|
||||||
|
@ -597,10 +597,10 @@ MAIN 20
|
||||||
loc 102
|
loc 102
|
||||||
#endif
|
#endif
|
||||||
loc 103
|
loc 103
|
||||||
lal -14
|
lal -16
|
||||||
loc 4
|
loc 4
|
||||||
sts WS
|
sts WS
|
||||||
lol -14
|
lol -16
|
||||||
loc 103
|
loc 103
|
||||||
bne *1
|
bne *1
|
||||||
OK
|
OK
|
||||||
|
|
Loading…
Reference in a new issue