aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/just_hlt/test_just_hlt.py
blob: 362482b8ea8c2972b09b0fec4c0ce0de2ed27aa0 (plain)
1
2
3
4
5
6
7
8
from test.utils import assemble_and_run_until_halted

def test_just_hlt():
  machine = assemble_and_run_until_halted(
    "test/e2e/just_hlt/just_hlt.atk16"
  )

  assert machine.pc.value == 1