Implement Imm64 in an 'immediates.rs' module.

Format larger immediates as hexadecimal with a multiple of 4 digits and '_'
group separators.
This commit is contained in:
Jakob Stoklund Olesen
2016-04-01 09:54:49 -07:00
parent 10903503c4
commit 38d0f626a7
2 changed files with 54 additions and 0 deletions

View File

@@ -6,3 +6,4 @@
// ====------------------------------------------------------------------------------------==== //
pub mod types;
pub mod immediates;