Added notes
This commit is contained in:
parent
98951c53c9
commit
322d63aea3
|
@ -61,7 +61,8 @@
|
||||||
EQU2 ;Dict/opctests test-part
|
EQU2 ;Dict/opctests test-part
|
||||||
|
|
||||||
( Part 7
|
( Part 7
|
||||||
> Stack wrapping )
|
> Testing that stacks are circular and wrapping
|
||||||
|
> Storing 12 at -1 and 34 at 0 )
|
||||||
|
|
||||||
POP #12 #34 ADD #46 EQU STH
|
POP #12 #34 ADD #46 EQU STH
|
||||||
POP #1234 ADD #46 EQU STH
|
POP #1234 ADD #46 EQU STH
|
||||||
|
@ -79,14 +80,14 @@
|
||||||
AND ;Dict/ram-wrap test-part
|
AND ;Dict/ram-wrap test-part
|
||||||
|
|
||||||
( Part 9
|
( Part 9
|
||||||
> Zero page no-wrapping )
|
> Testing that zero-page is not wrapping )
|
||||||
|
|
||||||
#1234 #ff STZ2
|
#1234 #ff STZ2
|
||||||
#ff LDZ #0100 LDA ADD #46 EQU
|
#ff LDZ #0100 LDA ADD #46 EQU
|
||||||
;Dict/zp-wrap test-part
|
;Dict/zp-wrap test-part
|
||||||
|
|
||||||
( Part 10
|
( Part 10
|
||||||
> Device page wrapping
|
> Testing that device page is wrapping
|
||||||
> TODO )
|
> TODO )
|
||||||
|
|
||||||
( end )
|
( end )
|
||||||
|
|
Loading…
Reference in New Issue