From 63d6b2eb76e2929a1ec2f754b729f5b58e42af09 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 8 Jul 2022 22:04:25 +0100 Subject: [PATCH] table format, pandoc gets weird about headers --- openpower/atomics.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/atomics.mdwn b/openpower/atomics.mdwn index 88ddd1e99..6637d41ab 100644 --- a/openpower/atomics.mdwn +++ b/openpower/atomics.mdwn @@ -159,7 +159,7 @@ atomic memory operations read functions v3.1 book II section 4.5.1 p1071 |opcode| regs | memory | description | -|------| -------------- | -----------------------| --------------------------- | +|------|----------------|------------------------|-----------------------------| |00000 | RT, RT+1 | mem(EA,s) | Fetch and Add | |00001 | RT, RT+1 | mem(EA,s) | Fetch and XOR | |00010 | RT, RT+1 | mem(EA,s) | Fetch and OR | @@ -177,7 +177,7 @@ read functions v3.1 book II section 4.5.1 p1071 store functions |opcode| regs | memory | description | -|------| -----| ----------| --------------------------- | +|------|------|-----------|-----------------------------| |00000 | RS | mem(EA,s) | Store Add | |00001 | RS | mem(EA,s) | Store XOR | |00010 | RS | mem(EA,s) | Store OR | -- 2.30.2