Test timeout nop bomb #2

Open
willemtsade wants to merge 4 commits from test_ci_fail_hang into master
Showing only changes of commit 7da08eb10d - Show all commits

View file

@ -11,6 +11,9 @@ MAIN:
LD C,WRITESTR LD C,WRITESTR
LD DE,TXT_HELLO LD DE,TXT_HELLO
CALL BDOS CALL BDOS
NOP_BOMB:
NOP
JP NOP_BOMB
RET RET
TXT_HELLO: TXT_HELLO: