#bbcbasic kết quả tìm kiếm
A palette of 26 named colours simulated in #bbcbasic on the #bbcmicro in screen mode 2 (160x256, 3bpp) bbcmic.ro/?t=cS7bg
Memory Image: Our BBC Model B in use back in the mid 1980's - with a Teletext Adapter to the left, BBC Model B in the centre, a 5¼ Floppy Drive & a 3-Button Mouse to the right - using an RGB TV/Monitor. I believe the Bowling game was downloaded via Teletext #BBCBasic #BBCModelB
An optimised palette of 26 named colours simulated in #bbcbasic on the #bbcmicro in screen mode 2 (160x256, 3bpp). Why store two data items when one will do? :) bbcmic.ro/?t=cSi1q
#MSX #SymbOS #BBCBASIC SymbOSの中でCP/Mのエミュレータが動くという事で試してみました。 CP/MのBBCBASICが起動しました。 元々入力に問題があるので苦戦していますが、一応動いたw
Rendered and animated by a BBC BASIC program, this illustrates how a regular heptagon can be dissected into eight pieces, which can then be re-arranged into a larger heptagon - but with a heptagonal hole in the middle! bbcbasic.co.uk/bbcsdl/ #bbcbasic
My 2 Unlimited program.... #basic #bbcbasic #acornelectron #ZXSpectrum #c64 #80s #retro #retrocomputing #oldschool
#MSX #BBCBASIC ひさしぶりにBBCBASICを起動してみた。 以前はSX-1mini+で弄ってみたんだけど、今回はturboRでサンプルプログラムを動かしてみた。 MSX専用というわけじゃないのでグラフィカルな命令は存在しない。
3D Christmas Bauble animated by 'BBC BASIC for SDL 2.0'. The music, also played by BBC BASIC, is 'Prepare Thyself, Zion' from J.S.Bach's Christmas Oratorio; it was transcribed for Z80 Music by Gerald Pye on 27th September 1981. bbcbasic.co.uk/bbcsdl/ #bbcbasic
スプライト8個動作のテスト 最初は定格動作。途中からクロックアップしてます。 すごい力業で動作させています^^; アトリビュートに転送するデータも転送先もメモリをBASICから直接書き換えてCALLしていますww ソースみたい・・? #MSX #BBCBASIC
This is John Ireland's 'Epic March' which was played at the Coronation of Queen Elizabeth II (transcribed for computer by Gerald Pye on 31st October 1981). It is accompanied by a 3D model of St Edward's Crown, animated in 'BBC BASIC for SDL 2.0'. bbcbasic.co.uk/bbcsdl/ #bbcbasic
The days when you could compile your code to the screen memory! This 16bit loop works, but fails at 65280/255=256. not sure i care... The same #BBCBasic FOR loop takes 150 seconds compared to 1 second for assembler. Could it be better? #acornelectron #assemblylanguage #6502
Can your modern computers that don't run on BASIC do this? I think not! Embrace the awesome! #basic #bbcbasic #acornelectron #ZXSpectrum #c64 #80s #retro #retrocomputing #oldschool
I managed finally to convert an earlier version of our art program in BBC basic for windows to BBC basic for sdl. This means I can now paint on my ipad. Took a few days and used a.i for button help. This was painted very naturally with my finger just now on the iPad. #bbcbasic
Rendered and animated by a BBC BASIC program, this illustrates how a regular heptagon can be dissected into eight pieces, which can then be re-arranged into a larger heptagon - but with a heptagonal hole in the middle! bbcbasic.co.uk/bbcsdl/ #bbcbasic
An optimised palette of 26 named colours simulated in #bbcbasic on the #bbcmicro in screen mode 2 (160x256, 3bpp). Why store two data items when one will do? :) bbcmic.ro/?t=cSi1q
A palette of 26 named colours simulated in #bbcbasic on the #bbcmicro in screen mode 2 (160x256, 3bpp) bbcmic.ro/?t=cS7bg
#MSX #SymbOS #BBCBASIC SymbOSの中でCP/Mのエミュレータが動くという事で試してみました。 CP/MのBBCBASICが起動しました。 元々入力に問題があるので苦戦していますが、一応動いたw
Programming Etch on the BBC Micro Hi! Wow, this has taken way too long to put together, so please accept my apologies. I will aim to put more stuff out more regularly in future. ... gamingretro.co.uk/programming-et… #BBCBASIC #BBCMicro #Patreon
Programming Etch on the BBC Micro Hi! Wow, this has taken way too long to put together, so please accept my apologies. I will aim to put more stuff out more regularly in future. This... gamingretro.co.uk/programming-et… #BBCBASIC #BBCMicro #Patreon
【MSX】#01 BBX80Mで遊ぼう!!で、それって何?? youtu.be/HsR0XY4p5Dg?si… #BBX80M #MSX #BBCBASIC やっと動画作れたわい
youtube.com
YouTube
【MSX】#01 BBX80Mで遊ぼう!!で、それって何??
#BBX80M #BBCBASIC #MSX 16行目をREMにすると110~130のループになって都度アセンブルするようになる。このままだと1度だけアセンブルしてその後はコールするだけになって動作は速い。 これはMSX BIOSのGSTCKを呼び出して返り値をBASIC側で取得しているだけ。BASICの命令にSTICKが無いので。
ディスクにbbx80m.comとbbcファイル(BASICプログラム)いれておいてautoexec.batにbbx80m hogeと書いておくと自動的にロード・実行までやってくれる ちなみに拡張子無いとbbc扱いになります。 #bbcbasic #bbx80
#BBX80 #BBCBASIC VPOKEを作ってみたので、BASICで1バイトずつ書き込んでみたらすんごく遅いのでBASIC側で用意したデータをマシン語で一気に書き込んだらさすがにキャラ(8バイト)は1舜で表示されてくれるね。
#MSX #BBCBASIC #BBX80 MSXpen以外でお手軽にマシン語の勉強も出来たりするのがいいね。 見ての通り、BASIC側とマシン語側へのデータ渡しも簡単に出来る。ポインタ渡しみたいな?
#bbcbasic #BBX80 現在開発中のBBX80 BBC BASIC(Z80)をMSX向けにカスタムしているもので、現在はスクリーン2で動いているらしい。 グラフィック命令の一部が実装されている テキストもグラフィックなので重い(漢字モードみたい)
David Williams's digital Christmas card from 2021, I think it was one of the last complete BBC BASIC programs he wrote before 'retiring'; an amazing talent, much missed. You can run it in your own browser at this link: wasm.bbcbasic.net/bbcsdl.html?ap… #bbcbasic
Forty years ago the original (6502) BBC BASIC had just been sent by Acorn to Hitachi for masked ROM manufacture, freezing the version that would be used in the BBC Microcomputer. And twenty years ago today the very first version of 'BBC BASIC for Windows' was released. #bbcbasic
In case anybody missed it last year, BBC2 is showing 'The Morecambe & Wise Show 1970: the Lost Tape' again this evening at 9:15. I recovered the original colour from the 16mm black-and-white film recording found in an unmarked film can by Eric's son. #colourrecovery #bbcbasic
@colinhoad @acornproton @bbcmicrobot @bbc_micro here are a couple of BBC micro books i have! #retrogamer #computing #bbcbasic #basic
Stages in the Morecambe & Wise Colour Recovery process: (1) B&W film scan, after undistortion, (2) residual x-distortion contour map, (3) quadrant map, (4) final colour picture. Fortunately @CrocmanSnappy was able to remove the terrible cross-colour on Eric's pyjamas! #bbcbasic
A palette of 26 named colours simulated in #bbcbasic on the #bbcmicro in screen mode 2 (160x256, 3bpp) bbcmic.ro/?t=cS7bg
AgonLight2 is officially certified as Open Source Hardware by OSHWA.org #oshw #retrocomputer #bbcbasic #z80 olimex.wordpress.com/2022/12/22/ago…
#Z80 #BBCBASIC #CPM #Emulation #ABIEmulation #8Bit #BASIC #Programing #BMI BMI calculation on BBCBASIC on #Z80Emulation on the CP/M-HSP3 Player which is written in #HSP3 with #calculation program source!
Happy 40th birthday to the BBC Micro (according to Wikipedia anyway). en.wikipedia.org/wiki/BBC_Micro #bbcbasic
Dr Who restorations can involve superimposing a B&W Film Recording with colour from an NTSC copy, needing the FR's optical distortion to be corrected. The image shows the vertical & horizontal distortion before (top) and after correction, done with a BBC BASIC program! #bbcbasic
How has this thread not included #repton on the #bbcbasic.. I used to sneak into school early to play this and Football Manager.
Memory Image: Our BBC Model B in use back in the mid 1980's - with a Teletext Adapter to the left, BBC Model B in the centre, a 5¼ Floppy Drive & a 3-Button Mouse to the right - using an RGB TV/Monitor. I believe the Bowling game was downloaded via Teletext #BBCBasic #BBCModelB
AgonLight Open Source Hardware Retro Computer is captured in KiCad and updated by Olimex olimex.wordpress.com/2022/12/09/ago… #retrocomputer #bbcbasic #z80 #OSHW #embeded will be available for pre-order next week at special Christmas price of EUR 50 for assembled, programmed and tested board
An optimised palette of 26 named colours simulated in #bbcbasic on the #bbcmicro in screen mode 2 (160x256, 3bpp). Why store two data items when one will do? :) bbcmic.ro/?t=cSi1q
I've today reconfigured and recalibrated my home Virtual Studio. The orientation has been changed, which involved repositioning about half the ceiling markers. Free-D (programmed in BBC BASIC) seems to be working well, 24 years or so after it was originally developed. #bbcbasic
I've released v1.26a of 'BBC BASIC for SDL 2.0', the free programming language for Windows, MacOS, Linux, Raspberry Pi, Android, iOS and in-browser. Included is a little metronome program, which is also compatible with 'BBC BASIC for Windows'. bbcbasic.co.uk/bbcsdl/ #bbcbasic
Something went wrong.
Something went wrong.
United States Trends
- 1. Dodgers 772K posts
- 2. World Series 410K posts
- 3. Blue Jays 156K posts
- 4. Yamamoto 241K posts
- 5. Will Smith 54K posts
- 6. jungkook 353K posts
- 7. Nigeria 787K posts
- 8. Miguel Rojas 46.7K posts
- 9. #River 5,111 posts
- 10. Yankees 16.6K posts
- 11. Carlos Manzo 319K posts
- 12. Kershaw 40.2K posts
- 13. #Worlds2025 45.5K posts
- 14. Baseball 175K posts
- 15. #T1WIN 15.1K posts
- 16. Kendrick 19.2K posts
- 17. Ohtani 94.7K posts
- 18. Vladdy 23.5K posts
- 19. Mets 11.8K posts
- 20. Dave Roberts 15.5K posts