1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-27 20:49:15 +00:00

asm-11 BUGFIX: support @(R) modifier with omitted offset

- tools
  - bin/asm-11: BUGFIX: support @(R) modifier with omitted offset
  - asm-11/tests/test_0100_op_(g|gg|rg).mac: add @(R) test cases
  - tcode/cpu_(basics|details|selftest).mac: use @(R)
This commit is contained in:
wfjm
2023-01-21 19:15:12 +01:00
parent 8fc44a4e4b
commit bc958525b5
9 changed files with 93 additions and 62 deletions

View File

@@ -30,6 +30,8 @@ The full set of tests is only run for tagged releases.
### Summary
### New features
### Changes
### Bug Fixes
- tools/bin/asm-11: BUGFIX: support @(R) modifier with omitted offset
<!-- --------------------------------------------------------------------- -->
---