From 9b16f190492f26e065f13f19e51c4e2180a21143 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 15 Feb 2019 17:20:57 -0800 Subject: 4973 Support immediate operands in the data segment in all the ways we support them in the code segment. --- subx/051test.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subx/051test.subx') diff --git a/subx/051test.subx b/subx/051test.subx index 2ae907c1..ceccc076 100644 --- a/subx/051test.subx +++ b/subx/051test.subx @@ -82,12 +82,12 @@ $check-ints-equal:end: # convenient to have when printing messages and so on Newline: # size - 01 00 00 00 + 1/imm32 # data 0a/newline # every test failure increments this counter Num-test-failures: - 00 00 00 00 + 0/imm32 # . . vim:nowrap:textwidth=0 -- cgit 1.4.1-2-gfad0