Terraspace / UASM

UASM - Macro Assembler
http://www.terraspace.co.uk/uasm.html
Other
221 stars 49 forks source link

elf64: incorrect code is generated for option STACKBASE:RSP #120

Closed db4 closed 4 years ago

db4 commented 5 years ago

Probably it's just not supported and should raise an error? If not, I can provide a simple test case, demonstrating the problem.

john-terraspace commented 5 years ago

I believe it should report an error, good spotting. (At least for now).

There may be a good reason to implement it in future?

From: Dmitry Bely notifications@github.com Sent: 07 November 2019 06:34 To: Terraspace/UASM UASM@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [Terraspace/UASM] elf64: incorrect code is generated for option STACKBASE:RSP (#120)

Probably it's just not supported and should raise an error? If not, I can provide a simple test case, demonstrating the problem.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Terraspace/UASM/issues/120?email_source=notifications&email_token=AEAZAVGZVNARFDV7EUV4CK3QSOZEHA5CNFSM4JKCDZZ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXQMLDA , or unsubscribe https://github.com/notifications/unsubscribe-auth/AEAZAVFMOXSVMGY2MPD6GJDQSOZEHANCNFSM4JKCDZZQ .

john-terraspace commented 4 years ago

Done in 2.50

Please test and let me know if this now provides correct error.