mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-18 09:03:39 +00:00
git-subtree-dir: crossassemblers/macro11 git-subtree-mainline: fc2c8875ca614c989a594d4cf266a9d4e1c98d1e git-subtree-split: 2a14ffe2519589011ffc4050d5d4fd6591fb4c3c command was: git subtree add --prefix=crossassemblers/macro11 git://github.com/Rhialto/macro11.git master
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
;;;;;
|
|
;
|
|
; Contrary to what the manual says, flags in .PSECT directives
|
|
; are merged. They do not need to be identical every time.
|
|
;
|
|
|
|
.psect $pdata
|
|
.iif P1, .psect $pdata ,ro,d,lcl,rel,con
|
|
.psect $PDATA ,D
|
|
|
|
; and ends up with
|
|
; $PDATA 000000 002 (RO,D,LCL,REL,CON)
|