diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-04-01 08:18:22 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-04-01 08:18:22 -0700 |
commit | 582b8e0cf8f96420390b57938d890c0222d6b310 (patch) | |
tree | 39acff163a869d2e55370b45107d4b66d892eb41 /subx/apps | |
parent | d0d0fdb37bab5010c055fae5471f5de0ea195fb6 (diff) | |
download | mu-582b8e0cf8f96420390b57938d890c0222d6b310.tar.gz |
5043
Diffstat (limited to 'subx/apps')
-rw-r--r-- | subx/apps/pack.subx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subx/apps/pack.subx b/subx/apps/pack.subx index b87e24ba..0f25de2d 100644 --- a/subx/apps/pack.subx +++ b/subx/apps/pack.subx @@ -673,6 +673,9 @@ test-convert-in-data-segment: # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 4/imm32 # add to ESP # initialize input + # == code + # == data + # 3 4/imm32 # . write(_test-input-stream, "== code") # . . push args 68/push "== code"/imm32 |