diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-03-17 21:25:39 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-03-17 21:25:52 +0100 |
| commit | adbf4e8e85a44f27e780efaf99a2bd8018eaf4e0 (patch) | |
| tree | 5591f42623b4ccb5fbc0c0f98391754c5b86729a | |
| parent | 41918e6f23aabd05224fd537bdf33afed537792b (diff) | |
HCR-24: Made instruction more clear about i64asm's feature request.
Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
| -rw-r--r-- | Private/Toolchain/i64asm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Toolchain/i64asm.cc b/Private/Toolchain/i64asm.cc index 170b22b..cd93afb 100644 --- a/Private/Toolchain/i64asm.cc +++ b/Private/Toolchain/i64asm.cc @@ -7,7 +7,7 @@ /// bugs: 0 /// feature request: 1 -/// add support for r8, r15 registers, also add support for ret. +/// Encode registers in mov, add, xor... ///////////////////////////////////////////////////////////////////////////////////////// |
