Implement compile-time immediate arithmetics

This commit is contained in:
2020-10-28 17:36:16 +01:00
parent cfcd099060
commit 83996348cb
13 changed files with 178 additions and 19 deletions
+1
View File
@@ -151,6 +151,7 @@ fn main() -> anyhow::Result<()> {
])?;
if config.assemble_only {
println!("--- {} ---", config.program_file);
for (n, op) in parsed.ops.iter().enumerate() {
if config.assemble_debug {
println!("{:04} : {:?}", n, op);