mirror of
https://github.com/wfjm/w11.git
synced 2026-03-01 09:51:35 +00:00
12 lines
372 B
Plaintext
12 lines
372 B
Plaintext
# $Id: defs_bits.das 1286 2022-08-25 06:53:38Z mueller $
|
|
#
|
|
# definitions for generic bits names
|
|
#
|
|
.symset %bits = bit15=100000,\
|
|
bit14=040000,bit13=020000,bit12=010000,\
|
|
bit11=004000,bit10=002000,bit09=001000,\
|
|
bit08=000400,bit07=000200,bit06=000100,\
|
|
bit05=000040,bit04=000020,bit03=000010,\
|
|
bit02=000004,bit01=000002,bit00=000001
|
|
#
|