Open Bearsoft749 opened 11 months ago
I forgot... m68k-amigaos-g++ -w -O3 -mno-align-int -funsafe-math-optimizations -ffast-math -mhard-float -fomit-frame-pointer -m68060 -noixemul -o main main.cpp
please check again
It doesn't work... It works in 6.5.
You can use WinMerge to compare...
What should the program do? And what is the problem?
Doesn't work
is not precise enough.
It's a vertical blank interrupt. https://en.wikipedia.org/wiki/Vertical_blank_interrupt
http://amigadev.elowar.com/read/ADCD_2.1/Includes_and_Autodocs_2._guide/node0326.html
It doesn't work. AmigaOS crashes if you try to run it.
Same with the function CreateNewProc
http://amigadev.elowar.com/read/ADCD_2.1/Includes_and_Autodocs_2._guide/node028D.html
This code works in GCC 6.5 but does not work in GCC 13.1. I must use "m68k-amigaos-strip" to get it to be executable in GCC 13.1.