Commit Graph

100 Commits

Author SHA1 Message Date
Riccardo 82721aee29
Update README.md 2023-11-16 17:43:04 +01:00
Riccardo ffedffdd11 More coments 2023-05-21 20:56:10 +02:00
Riccardo 0612e79002
Update README.md
Grammar corrections
2023-01-21 15:40:37 +01:00
Riccardo 415c2dd97e
Update README.md 2021-07-25 15:33:55 +02:00
Riccardo 34cf31e767
Update README.md
Add IC descriptions
2021-07-25 14:04:55 +02:00
Riccardo 972848e5fb
Merge pull request #5 from rigreco/Actions-test
Action test 2
2020-10-04 15:26:44 +02:00
Riccardo a549adee54
Merge branch 'master' into Actions-test 2020-10-04 15:19:17 +02:00
RICCARDO aeadfa78c6 Action test 2 2020-10-04 15:14:21 +02:00
RICCARDO 922a76874b Actions test 1 2020-10-04 15:09:51 +02:00
Riccardo 61da5dca89
Create Build.yml 2020-10-04 14:53:12 +02:00
Riccardo 1c1ddc5321
Create README.md 2020-10-04 14:47:00 +02:00
Riccardo a638973485
Create _FileInformation.txt 2020-10-04 14:45:12 +02:00
Riccardo bff74d57f3
Create TESTBIN.s 2020-10-04 14:43:48 +02:00
Riccardo 4a03b5906d
Create TESTBAS 2020-10-04 14:41:02 +02:00
RICCARDO a408d30fc3 Add compile files 2020-06-03 19:53:16 +02:00
RICCARDO 6cecfbb810 Update README.md 2020-06-01 15:24:49 +02:00
Riccardo 165d047026
Update README.md 2020-06-01 12:47:58 +02:00
Riccardo 7e6c9e12da
Update README.md 2020-05-31 22:49:00 +02:00
Riccardo fd9e784226
Update bug_report.md 2020-05-31 22:03:36 +02:00
Riccardo 9bd61f0ef1 Update issue templates 2020-05-31 21:52:33 +02:00
RICCARDO 133025abfe - Update .bas files
- Rename files
- Update files extension
- Reorganize directory
2020-05-31 21:21:43 +02:00
Riccardo 48fc19a077
Delete images 2020-05-23 15:52:08 +02:00
Riccardo 2b392695a6
Create images 2020-05-23 15:46:21 +02:00
Riccardo afbd3795da
Update README.md 2020-05-23 15:44:01 +02:00
Riccardo 601415ed0d
Update README 3 2020-02-02 11:59:38 +01:00
Riccardo 4cc0bdc776
Update README 2 2020-02-02 11:52:09 +01:00
Riccardo 01807a7d4a
Update README
More detail of project.
2020-02-02 11:43:12 +01:00
Riccardo 1720144b2c
Demo DISKS
DEMO 1
1) TWO BYTE SUM OF 2 INTEGER NUMBER N1+N2
2) TWO BYTE SUM OF FIRST N INTEGER NUMBER 1+2+3+...+(N-1)+N

DEMO 2
1) FLOATING POINT SQUARE N
2) FLOATING POINT PARABOLA DRAWING
2019-06-20 14:03:47 +02:00
Riccardo 34741932f2 Latest tests upload 2017-07-26 12:34:52 +02:00
rigreco 609c75d2a0 1 Byte adc. 2015-03-01 19:39:23 +01:00
rigreco 60f4ea7e30 Fix extension of Basic files. 2015-03-01 14:36:53 +01:00
rigreco d2f040cef1 Reorganize folders. Add FP MUL. 2015-03-01 14:30:05 +01:00
Riccardo 7e3d1e3849 Merge pull request #4 from rigreco/Test
Test
2015-03-01 14:03:59 +01:00
rigreco 7c962ac452 Update 2015-03-01 14:01:59 +01:00
rigreco 93fa828d63 Restore loss files. 2015-03-01 13:59:44 +01:00
Riccardo ba030ce627 Merge pull request #3 from rigreco/Test
Test
2015-03-01 13:39:34 +01:00
rigreco a87b4e1ca4 Merge branch 'master' into Test
Conflicts:
	AppleII/FP operations/UniFP.asm
	AppleII/FP operations/UniFP_Output.txt
2015-03-01 13:19:55 +01:00
rigreco 7a9e3b08c1 Solve conflict 2015-03-01 11:44:02 +01:00
rigreco 239000d726 Finally Works, fix the Bug.
It's due to not reset the Unidisk PC value to 00 05 from 3C 05, after
execution second time read operation.
2015-03-01 11:19:59 +01:00
rigreco 4dbb8b2fcc Adding Basic files. 2015-02-27 10:15:59 +01:00
rigreco 71231e1917 Change ORG to upper memory. 2015-02-27 09:54:20 +01:00
rigreco d2aa174dd1 This routine download only the input data and exec the Uni program. 2015-02-27 08:21:31 +01:00
rigreco b009bf41ab $380 is unecessary, PTGET returns with the Y-Reg and Accumulator
pionting to the data bytes of the specified variable. This will be
precisely where we want the data in the FAC to be moved to. The only
correction to be made is in regard to the fact that MOVMF requires that
Y and X registers hold the destination address, this solve by use TAX.
2015-02-26 22:47:45 +01:00
rigreco 01c44757b9 Update 2015-02-26 18:20:00 +01:00
rigreco 3397089d47 Update 2015-02-26 18:07:28 +01:00
rigreco 30d994c620 FP Multiplication 2015-02-26 17:09:34 +01:00
rigreco 587dc2e39f Save $3080 for veriabile 2015-02-26 17:08:10 +01:00
rigreco 4e7aa5b51b Works 2015-02-26 13:04:31 +01:00
rigreco 18d7995e41 It works with positive and negative vlues, some rounding. 2015-02-24 10:46:33 +01:00
rigreco 17795263ab Positive numbers Ok, for negative need two's complement 2015-02-22 21:06:08 +01:00