三地址表示
最后更新于:2022-04-02 04:08:18
[TOC]
## 三地址构成
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/aa/ea/aaeac24a731ffc4cb425cd02c9db08f0_400x224.png)
- TAPProgram:三地址程序
- TAInstruction: 三地址指令
- type: 如 if 等类型
### 五元组表示
| 类型 | 返回值| 操作符 | 操作数1|操作数2
|---|---|---|---|---|
|ASSIGN|a|=|b|1|
|ASSGIN|p0|>|a|10|
|IF| | | p0| L0(标签)|
|ASSIGN|C | |100||
|GOTO| | | L1(标签)| |
';