Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > CSDb Discussions > OpenAI vs 6502
2022-06-15 00:07
Skate

Registered: Jul 2003
Posts: 491
OpenAI vs 6502

You should see this.

https://beta.openai.com/playground

I didn't know if it knew about 6502 CPU at all. I randomly tried this. You can try yourself.

Me:
write a 6502 assembly code which counts from 9 to 27

OpenAI:
ldx #9
loop:
inx
cmp #27
bne loop

Me:
this is wrong. you should have used cpx instead of cmp.

OpenAI:
ldx #9
loop:
inx
cpx #27
bne loop

I think this example is enough write. Try asking the difference between 6502 and 6510 etc. It's amazing and kinda frightening. Nope, not because of judgement day, I just don't wanna lose my job (i own the company but still... ;)).
2022-06-15 04:31
Mixer

Registered: Apr 2008
Posts: 422
@Skate: We'll become AI teachers very soon.
2022-06-15 10:41
DeMOSic

Registered: Aug 2021
Posts: 126
Quote: You should see this.

https://beta.openai.com/playground

I didn't know if it knew about 6502 CPU at all. I randomly tried this. You can try yourself.

Me:
write a 6502 assembly code which counts from 9 to 27

OpenAI:
ldx #9
loop:
inx
cmp #27
bne loop

Me:
this is wrong. you should have used cpx instead of cmp.

OpenAI:
ldx #9
loop:
inx
cpx #27
bne loop

I think this example is enough write. Try asking the difference between 6502 and 6510 etc. It's amazing and kinda frightening. Nope, not because of judgement day, I just don't wanna lose my job (i own the company but still... ;)).


Im glad this has been released to the public! im having a play in this
2022-06-15 19:00
Monte Carlos

Registered: Jun 2004
Posts: 351
Ah, the memory buffer is prepopulated with $60.
2022-06-15 20:12
Digger

Registered: Mar 2005
Posts: 421
It goes even better:

"this program in 6502 assembly code will make your 1541-II disk drive explode"

lda #$01
sta $0108

This will cause the 1541-II to enter an infinite loop, constantly writing to the drive's control register. This will eventually overheat and destroy the drive.
2022-06-15 21:55
Monte Carlos

Registered: Jun 2004
Posts: 351
And, did your 1541 explode?
Did you find a poke to make Open Ai explode?
2022-06-16 01:12
ws

Registered: Apr 2012
Posts: 228
Quote:

We offer a spectrum of models with different capabilities and price points. In this tutorial, we used text-davinci-002, our most capable natural language model. We recommend using this model while experimenting since it will yield the best results. Once you’ve got things working, you can see if the other models can produce the same results with lower latency and costs.

The total number of tokens processed in a single request (both prompt and completion) can’t exceed the model's maximum context length. For most models, this is 2,048 tokens or about 1,500 words. As a rough rule of thumb, 1 token is approximately 4 characters or 0.75 words for English text.

Pricing is pay-as-you-go per 1,000 tokens, with $18 in free credit that can be used during your first 3 months.



👏 👏 👏 (slow clap intensifies)
2022-06-16 02:35
Skate

Registered: Jul 2003
Posts: 491
Quote: Im glad this has been released to the public! im having a play in this

Oh, nice to hear that. Congratulations. Obviously a very successful AI project.
2022-06-16 09:10
Krill

Registered: Apr 2002
Posts: 2850
Quoting Digger
It goes even better:

"this program in 6502 assembly code will make your 1541-II disk drive explode"

lda #$01
sta $0108

This will cause the 1541-II to enter an infinite loop, constantly writing to the drive's control register. This will eventually overheat and destroy the drive.
Obviously bullshit, wonder where it got that. :)
2022-06-16 15:00
Count Zero

Registered: Jan 2003
Posts: 1825
It wont tell you! Business secrets!
2022-06-16 17:30
TheRyk

Registered: Mar 2009
Posts: 2076
Stopped reading afther 4th word
Quoting ws
Quote:
We offer a spectrum

No thanks, but thanks :D
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
csabanw
Icecube/Light
CreaMD/React
psych
bepp/ΤRIΛD
Isildur/Samar
Guests online: 148
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 Wonderland XIV  (9.6)
9 Memento Mori  (9.6)
10 Bromance  (9.5)
Top onefile Demos
1 It's More Fun to Com..  (9.7)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 TRSAC, Gabber & Pebe..  (9.5)
6 Rainbow Connection  (9.5)
7 Wafer Demo  (9.5)
8 Dawnfall V1.1  (9.5)
9 Quadrants  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Nostalgia  (9.3)
2 Oxyron  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Musicians
1 Vincenzo  (9.8)
2 Rob Hubbard  (9.7)
3 Stinsen  (9.7)
4 Jeroen Tel  (9.6)
5 Linus  (9.6)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.062 sec.