Integer add with carry instructions.

Integer addition with carry in/out/both.
This commit is contained in:
Jakob Stoklund Olesen
2016-09-23 13:32:26 -07:00
parent acf41a7c09
commit b1bd3140db
7 changed files with 103 additions and 6 deletions

View File

@@ -153,9 +153,8 @@ def gen_instruction_data_impl(fmt):
if f.boxed_storage:
fmt.line(
n +
' {{ ref data, .. }} => ' +
'Some(data.args[{}]),'
.format(i))
' { ref data, .. } => ' +
('Some(data.args[{}]),'.format(i)))
else:
fmt.line(
n +