1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-04 16:03:52 +00:00
Files
wfjm.w11/tools/asm-11
wfjm c3f36925c2 use call+return+push+pop
- tools/tcode/*.mac: use call+return+push+pop
- tools/asm-11
  - lib/push_pop.mac: added, contains push/pop macros
  - lib/tcode_std_start.mac: include push_pop.mac; ensure PRI=0 at start
  - tests/test_0170_misc.mac: added, verifies call,return response
2022-07-30 11:14:57 +02:00
..
2022-07-30 11:14:57 +02:00
2022-07-30 11:14:57 +02:00
2019-07-20 10:10:08 +02:00
2016-12-17 20:18:29 +01:00
2016-12-27 23:35:12 +01:00

This directory tree contains the environment for asm-11 assembler and is organized in

Directory Content
lib macro and routine library
tests asm-11 test suite
tests-err asm-11 test suite (error resonse part)