Bryan C. Warnock <[EMAIL PROTECTED]> wrote: > As mentioned previously. Makes IMCC and PASM constant keywords > consistent, with '.const'.
As mentioned previously ;-) this doesn't work that simple. Imcc already has: .const <type> ID = value and: #v+ $ IMCC=imcc perl t/harness t/o*/ma*.t t/op/macro....NOK 10# Failed test (t/op/macro.t at line 122) # got: 'error:imcc: file t/op/macro_9.pasm line 1: unknown macro '.const' # ' # expected: '32' # 'imcc t/op/macro_9.pasm' failed with exit code 1 Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/op/macro.t 4 1024 15 4 26.67% 10-13 #v- leo