This page (revision-18) was last changed on 03-Feb-2023 15:21 by Roland B. Wassenberg 

This page was created on 22-Apr-2021 01:19 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
18 03-Feb-2023 15:21 34 KB Roland B. Wassenberg to previous
17 23-Apr-2021 02:58 35 KB Roland B. Wassenberg to previous | to last
16 23-Apr-2021 02:55 34 KB Roland B. Wassenberg to previous | to last
15 23-Apr-2021 02:10 34 KB Roland B. Wassenberg to previous | to last
14 23-Apr-2021 02:08 34 KB Roland B. Wassenberg to previous | to last
13 22-Apr-2021 23:32 32 KB Roland B. Wassenberg to previous | to last
12 22-Apr-2021 23:27 32 KB Roland B. Wassenberg to previous | to last
11 22-Apr-2021 02:06 32 KB Roland B. Wassenberg to previous | to last
10 22-Apr-2021 02:01 32 KB Roland B. Wassenberg to previous | to last
9 22-Apr-2021 01:59 31 KB Roland B. Wassenberg to previous | to last
8 22-Apr-2021 01:58 31 KB Roland B. Wassenberg to previous | to last
7 22-Apr-2021 01:55 31 KB Roland B. Wassenberg to previous | to last
6 22-Apr-2021 01:50 31 KB Roland B. Wassenberg to previous | to last
5 22-Apr-2021 01:50 31 KB Roland B. Wassenberg to previous | to last
4 22-Apr-2021 01:49 31 KB Roland B. Wassenberg to previous | to last
3 22-Apr-2021 01:26 30 KB Roland B. Wassenberg to previous | to last
2 22-Apr-2021 01:20 30 KB Roland B. Wassenberg to previous | to last
1 22-Apr-2021 01:19 122 bytes Roland B. Wassenberg to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 4 changed one line
AtariWiki is very, very proud Newell Industries & Charles W. Marslett gave us the source code for the FAST FLOATING POINT routines for PD. Thank you so much Newell Industries & Charles W. Marslett, that is not a little gift, that is a giant leap for the community worldwide and will result in rewrite all Atari OS and burn them on EPROM. We further thank Robert 'Bob' Puff for converting the original [AMAC|https://atariwiki.org/wiki/Wiki.jsp?page=Atari%20Macro%20Assembler] source code into [MAC/65|https://atariwiki.org/wiki/Wiki.jsp?page=Mac65] source code and Konrad M. Kokoszkiewicz for finding the last remaining bug in the hexdgt routine: SBC $9 -> SBC #$9. Thank you all so much, the community is in great debt for the work you have done! :-)\\
AtariWiki is very, very proud Newell Industries & Charles W. Marslett gave us the source code for the FAST FLOATING POINT routines for PD. Thank you so much Newell Industries & Charles W. Marslett, that is not a little gift, that is a giant leap for the community worldwide and will result in rewrite all Atari OS and burn them on EPROM. We further thank Robert 'Bob' Puff for converting the original [AMAC|https://atariwiki.org/wiki/Wiki.jsp?page=Atari%20Macro%20Assembler] source code into [MAC/65|https://atariwiki.org/wiki/Wiki.jsp?page=Mac65] source code. Thank you all so much, the community is in great debt for the work you have done! :-)\\
At line 8 changed one line
The routines make use of the [CORDIC algorithm|https://en.wikipedia.org/wiki/CORDIC].
The routines make use of the [CORDIC algorithm|https://en.wikipedia.org/wiki/CORDIC] please see at the bottom for an example in Microsoft Excel.
At line 10 removed 3 lines
!!Example for the CORDIC algorithm for SIN-, COS- and TAN-approximations in Microsoft Excel:
* [CORDIC.xlsx|CORDIC.xlsx] ; Microsoft Excel sheet in German showing how the algorithm works
At line 15 added 6 lines
!!ATR image
* [FASTCHIP.ATR|FASTCHIP.ATR]
!!AMAC source code file
* [Fast Chip source code file for AMAC|FASTCHIP.ASM]
At line 1,307 added 6 lines
!!Remark
drac030 from AtariAge found the last remaining thing to be changed in the hexdgt routine: SBC $9 should be changed into -> SBC #$9.
!!Example for the CORDIC algorithm for SIN-, COS- and TAN-approximations in Microsoft Excel:
* [CORDIC.xlsx|CORDIC.xlsx] ; Microsoft Excel sheet in German showing how the algorithm works