Update skeleton

This commit is contained in:
Chunmyong Park
2020-06-12 14:44:49 +00:00
parent 45de57cef7
commit e8a69a3276
3 changed files with 7 additions and 4 deletions

View File

@@ -79,6 +79,8 @@ impl Block {
/// https://github.com/rv8-io/rv8-io.github.io/blob/master/asm.md#assembler-directives
#[derive(Debug, Clone, PartialEq)]
pub enum Directive {
/// .align integer
Align(usize),
/// .globl symbol
Globl(Label),
/// .section section_type