~rabbits/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] (opctest) Add tests for JSI wraparound

Details
Message ID
<20231111203354.71354-1-remko@el-tramo.be>
DKIM signature
missing
Download raw message
Patch: +4 -1
---
 cli/opctest/opctest.tal | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/cli/opctest/opctest.tal b/cli/opctest/opctest.tal
index 5d5efbd..594f0ee 100644
--- a/cli/opctest/opctest.tal
+++ b/cli/opctest/opctest.tal
@@ -216,7 +216,7 @@ JMP2r
=op-jmi [
	=op-jmi/a ]
=op-jsi [
	=op-jsi/a =op-jsi/b ]
	=op-jsi/a =op-jsi/b =op-jsi/c =op-jsi/d ]
	&end

@op-equ ;Dict/equ !set
@@ -406,6 +406,8 @@ JMP2r
@op-jsi ;Dict/jsi !set
	&a #02 #04 routine #06 EQU JMP2r
	&b ;&return special &return JMP2r
	&c ,&skip-c JMP &routine-c ADD JMP2r &skip-c #02 #04 op-jsi/routine-c #06 EQU JMP2r
	&d ,&skip-d JMP &routine-d ADD JMP2r &skip-d #02 #04 op-jsi-far-routine-d #06 EQU JMP2r

@special ( routine* -- f )

@@ -441,3 +443,4 @@ JMP2r
	&jmi "JMI $1 &jci "JCI $1 &jsi "JSI $1
]

|f000 @op-jsi-far-routine-d op-jsi/routine-d JMP2r
-- 
2.39.0
Reply to thread Export thread (mbox)