Shop OBEX P1 Docs P2 Docs Learn Events
@PJMonty, SASM.DLL crash — Parallax Forums

@PJMonty, SASM.DLL crash

Peter VerkaikPeter Verkaik Posts: 3,956
edited 2008-09-12 19:57 in General Discussion
@PJMonty

The following code makes SASM.DLL crash

DEVICE SX48, OSC4MHZ
FREQ 4000000
RESET start
flag  EQU $10.0
  ORG $000
  RETI
                         
Start:
  SET flag
  JMP @$


Obviously SET is a typo but SASM.DLL should not crash on it.

regards peter

Comments

  • PJMontyPJMonty Posts: 983
    edited 2008-09-12 19:57
    Peter,

    How dare you imply that... oh, wait. Yeah, it crashes SASM.

    Just kidding around.

    I have attached a new version of SASM (v1.52) that fixes this bug. Anyone is welcome to download it. Simply re-name (in case you need it again) the version of SASM in the directory that the SX-Key program is located, then copy this new SASM.dll in its place. Please let me know if any other problems happen with this version.

    Thanks,
    PeterM
Sign In or Register to comment.