Commit Graph

6 Commits

Author SHA1 Message Date
782a2ea4e9 Remove examples/constants.asm, update deadbeef.asm to not use it
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-02-27 17:33:44 -05:00
4b96902831 Scrap preprocessor, add .include directive instead
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-02-27 15:52:17 -05:00
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