mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-18 08:28:51 +00:00
Update skeleton
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user