table format, pandoc gets weird about headers
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 8 Jul 2022 21:04:25 +0000 (22:04 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 8 Jul 2022 21:04:25 +0000 (22:04 +0100)
openpower/atomics.mdwn

index 88ddd1e994cf9a3f6f03b12f7009820b5e4f7c24..6637d41ab135f6323220a13631cc3911186ad671 100644 (file)
@@ -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                    |