mirror of
https://github.com/wfjm/w11.git
synced 2026-03-07 11:50:01 +00:00
- tools/bin
- asm-11
- add .if, .if(f|t|tf), .endc, .rept, .endr, .mexit directives
- add .error, .print, .mcall, .mdelete directives
- add .narg, .nchr, .ntype directives
- rewrite macro definition and call argument parsing & handling
- add -L option (to set .mcall pathlist)
- add auto-generated ...top label
- add flag (MRmrd) column in output format
- asm-11_expect
- add simple substitution mechanism (for macro testing)
- handle new flag column in output format
- tools/asm-11
- tests(-err): many tests added
- tests(-err)/Makefile: distclean target added
- mlib: macro library, accessed by .mcall
10 lines
346 B
Markdown
10 lines
346 B
Markdown
This directory tree contains the **environment for the asm-11 assembler**
|
|
and is organized in
|
|
|
|
| Directory | Content |
|
|
| --------- | ------- |
|
|
| [lib](lib) | routine library |
|
|
| [mlib](mlib) | macro library |
|
|
| [tests](tests) | asm-11 test suite |
|
|
| [tests-err](tests-err) | asm-11 test suite (error resonse part) |
|