Commit Graph

4 Commits

Author SHA1 Message Date
a4e1d43a74 Add factorial asm example
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-02-26 10:16:38 -05:00
5619c9dc87 Add address deref, syntax, and deref sizes
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-02-25 12:07:24 -05:00
cf9ba376aa Add value directives and strings
.string, .zstring, .u64, .u32, .u16, .u8 are used before an ImmValue to
determine how the memory should be laid out for that value.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-02-11 17:49:17 -05:00
95d4eb0a60 Move test.asm -> examples directory
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-02-11 13:57:33 -05:00