English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 4 of 4
Search took 0.01 seconds.
Search: Posts Made By: phx
Forum: Coders. C/C++ 25 December 2019, 12:38
Replies: 41
Views: 15,089
Posted By phx
No. That would expect a function argument in d0,...

No. That would expect a function argument in d0, not the return value.

C functions always return their result in a register. For 8/16/32-bit integer and pointers you can always expect d0. For...
Forum: Coders. C/C++ 15 December 2019, 21:11
Replies: 41
Views: 15,089
Posted By phx
gcc used to support __asm(), which SDI_compiler.h...

gcc used to support __asm(), which SDI_compiler.h defines as REG() macro.
All real Amiga gcc-ports worked with it. Seems your port is broken.
Forum: Coders. C/C++ 14 November 2016, 14:47
Replies: 41
Views: 15,089
Posted By phx
Ok. Didn't know that. I thought that GNU-ld would...

Ok. Didn't know that. I thought that GNU-ld would be able to evaluate the memflags, when it already supports hunk-format.
Forum: Coders. C/C++ 14 November 2016, 13:08
Replies: 41
Views: 15,089
Posted By phx
Depends on the gcc-port. Some only support a.out...

Depends on the gcc-port. Some only support a.out format, in which case you have to make vasm output a.out format as well: -Faout.


This directive would not set the Chipmem-Flag. You have to add...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT +2. The time now is 08:21.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08823 seconds with 10 queries