mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-01-24 03:18:22 +00:00
as: tunit: handle .data directive
This commit is contained in:
parent
3030d31385
commit
effc77d47a
@ -36,6 +36,9 @@
|
||||
%% either interpreted immediately or appended to the representation of the
|
||||
%% current section.
|
||||
|
||||
%% .data [nr]
|
||||
-record(s_dot_data, {nr :: non_neg_integer()}).
|
||||
|
||||
%% .file "foo.c"
|
||||
-record(s_dot_file, {string :: string()}).
|
||||
|
||||
@ -78,7 +81,8 @@
|
||||
, index :: 0..((1 bsl 4) - 1)
|
||||
}).
|
||||
|
||||
-type stmt() :: #s_dot_file{}
|
||||
-type stmt() :: #s_dot_data{}
|
||||
| #s_dot_file{}
|
||||
| #s_dot_globl{}
|
||||
| #s_dot_ident{}
|
||||
| #s_dot_popsection{}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user