gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gforth] ABI-CODE broken for git-head


From: David Kuehling
Subject: [gforth] ABI-CODE broken for git-head
Date: Wed, 26 Mar 2014 03:00:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Hi,

ABI-CODE seems to be broken with git HEAD, at least on amd64 and mipsel.
ABI-CODE words execute ok from the text interpreter but fail when
compiled (git dcc9ee23fdabcf2b5):

$ gforth-fast

  ABI-CODE my+  ( n1 n2 -- n3 )
      8 di d) ax lea
      di )    dx mov
      dx    ax ) add
      ret
  END-CODE
  1 2 my+ . 3  ok
  : test my+ ;  ok
  1 2 test 
  :11: error: Invalid memory address

cheers,

David
-- 
GnuPG public key: http://dvdkhlng.users.sourceforge.net/dk2.gpg
Fingerprint: B63B 6AF2 4EEB F033 46F7  7F1D 935E 6F08 E457 205F

Attachment: pgpxrCzPhGru0.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]