1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 23:52:26 +00:00

Correct test trailer.

This commit is contained in:
Thomas Harte 2023-09-21 09:52:38 -04:00
parent 4dc7b1840c
commit 797ce89a26

View File

@ -23,7 +23,7 @@ class NeskellTests: XCTestCase {
// Install the halt-forever trailer.
let targetAddress = UInt32(0x0600 + functionalTest.count)
let infiniteStop = Data([0x38, 0xb0, 0xff]) // i.e. SEC; BCS -2
let infiniteStop = Data([0x38, 0xb0, 0xfe]) // i.e. SEC; BCS -2
machine.setData(infiniteStop, atAddress: targetAddress)
while true {