ogdenpm/hitech

Strange behavior of the ORG pseudo-op in zas4 assembler

Closed this issue · 2 comments

org

note:
in the decompiled version of zas for win x64, the ORG pseudo-op behaves as expected.

Updated zas4 code, there was a minor error in parse.c T_OPT case, which used pMaxLoc rather then pCurLoc

Checked it out. Everything is fine now.
Thanks!