From 7d12f1f994447758f208ae87f043a970c0878023 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 22 Feb 2014 12:10:41 -0800 Subject: [PATCH] comment --- compiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler.rb b/compiler.rb index 3ca04f0..f6adf76 100644 --- a/compiler.rb +++ b/compiler.rb @@ -670,7 +670,7 @@ class Compiler asm.block do # TODO check sign and prepend '-' if negative - mov([hex], 0x7830) # "0x" ==> 48, 120 + mov([hex], 0x7830) # "0x" ==> 0x30 (48), 0x78 (120) mov([hex+4], 0) # zero the rest mov([hex+8], 0) mov([:byte, hex+10], 0xa) # newline