Deleted Added
sdiff udiff text old ( 5112:fccb2f791196 ) new ( 5125:62bd932bcb0b )
full compact
1# Copyright (c) 2007 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use of this software in source and binary forms,
5# with or without modification, are permitted provided that the
6# following conditions are met:
7#
8# The software must be used only for Non-Commercial Use which means any

--- 68 unchanged lines hidden (view full) ---

77
78topOfLoop:
79 ld t1, seg, [1, t0, rsi]
80 st t1, es, [1, t0, rdi]
81
82 subi rcx, rcx, 1, flags=(EZF,), dataSize=asz
83 add rdi, rdi, t3, dataSize=asz
84 add rsi, rsi, t3, dataSize=asz
85 bri t0, label("topOfLoop"), flags=(nCEZF,)
86 fault "NoFault"
87};
88'''