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
rigreco
27c0e8f7ca
Update to right version
2015-02-22 19:30:08 +01:00
rigreco
4b5a7a7759
Update
2015-02-22 18:21:28 +01:00
rigreco
ee959a2313
Update
2015-02-22 17:13:34 +01:00
rigreco
150caf5f34
New way
2015-02-22 16:37:20 +01:00
rigreco
35d87cadf8
Merge remote-tracking branch 'origin/master'
2015-02-18 23:44:16 +01:00
rigreco
4b56bf250a
Del
2015-02-18 23:41:36 +01:00
rigreco
457894f5f3
Update
2015-02-18 23:14:58 +01:00
rigreco
ba5d0fe12f
Update
2015-02-18 23:08:20 +01:00
rigreco
d502e4f084
Del
2015-02-18 22:59:24 +01:00
rigreco
f52ce26125
Del
2015-02-18 22:57:38 +01:00
rigreco
a1c0cea057
Del
2015-02-18 22:46:21 +01:00
rigreco
e6923c9789
New files
2015-02-18 22:22:10 +01:00
rigreco
8b1e0025e1
Fix second time execution condition jump, by direct re-set the Program
...
Counter value.
2015-02-18 19:18:45 +01:00
rigreco
c484807af3
More fix and comments
2015-02-16 09:10:53 +01:00
rigreco
adf28eb892
Fix errors.
2015-02-15 22:41:16 +01:00