• ClipSaver
ClipSaver
Русские видео
  • Смешные видео
  • Приколы
  • Обзоры
  • Новости
  • Тесты
  • Спорт
  • Любовь
  • Музыка
  • Разное
Сейчас в тренде
  • Фейгин лайф
  • Три кота
  • Самвел адамян
  • А4 ютуб
  • скачать бит
  • гитара с нуля
Иностранные видео
  • Funny Babies
  • Funny Sports
  • Funny Animals
  • Funny Pranks
  • Funny Magic
  • Funny Vines
  • Funny Virals
  • Funny K-Pop

Sinclair BASIC vs BBC BASIC - How to fit an entire devkit inside 64K скачать в хорошем качестве

Sinclair BASIC vs BBC BASIC - How to fit an entire devkit inside 64K 1 year ago

video

sharing

camera phone

video phone

free

upload

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Sinclair BASIC vs BBC BASIC - How to fit an entire devkit inside 64K
  • Поделиться ВК
  • Поделиться в ОК
  •  
  •  


Скачать видео с ютуб по ссылке или смотреть без блокировок на сайте: Sinclair BASIC vs BBC BASIC - How to fit an entire devkit inside 64K в качестве 4k

У нас вы можете посмотреть бесплатно Sinclair BASIC vs BBC BASIC - How to fit an entire devkit inside 64K или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:

  • Информация по загрузке:

Скачать mp3 с ютуба отдельным файлом. Бесплатный рингтон Sinclair BASIC vs BBC BASIC - How to fit an entire devkit inside 64K в формате MP3:


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



Sinclair BASIC vs BBC BASIC - How to fit an entire devkit inside 64K

Just how did 8 bit computers like the ZX Spectrum or BBC Micro manage to cram an entire programming language into their tiny systems, and still have space for the user's programs? Let's compare two systems of the time - the low end ZX Spectrum that tried to cram as much computer as possible into as little as possible, and the more luxurious BBC Micro that included a complete assembly programming environment. In the 1980s software for home computers was either written in BASIC or written in assembly language. Unlike today where we can load an IDE, write our code on multiple monitors and then run and debug our compiled code with ease, the computers of the 1980s were stuck with running BASIC. That's all there was, BASIC. Beginner's All Purpose Symbolic Instruction Language. It's all these early machines ran. And they ran it slowly. BASIC is an interpreted language, translating each line of BASIC into machine code as it is run. This is completely different to compiled languages which do the translation all in one go. However on an 8 bit machine with only 64K of address space, this was all they could manage for the most part. If programmers wanted more out of the machine they needed to write in assembly language. The problem with writing assembly language is that it needs compiling all in one go, which means the compiled code needs storing somewhere. And on a machine with only 64K of address space, with up to 32K of that being consumed by the system ROMs, there's nowhere to put the compiled code. Even worse, most of these machines initially used tape to store data. Early assembly programmers were reduced to hand assembling code on paper before then writing a short BASIC loader program to manually insert the machine code into RAM. To help reduce the memory requirement of the machine's ROM code, Sinclair used a curious and unique method of keyword entry in their version of BASIC. Instead of typing out characters as normal, each key on the keyboard was assigned multiple different words. When in keyword entry mode, pressing a letter would automatically type out an entire BASIC keyword. This wasn't a time saving feature, it was a memory saving feature. Each BASIC keyword on the Spectrum takes up one byte because each keyword is assigned a character code from the Spectrum's character set, exactly the same way regular letters and numbers are. This means that the machine only has to store codes that represent key words, effectively parsing and tokenising the BASIC instructions as they are being typed in by the user. The user literally cannot type in BASIC that won't parse unless they get hideously confused by the keyboard layout and its numerous shift key states. It was not a pleasant way to write code. By contrast the BBC Micro had a powerful BASIC interpreter, ran its own operating system and even had a built in assembler running in the BASIC interpreter. You could mix BASIC and assembly code together and the machine would just compile the assembler and run it amongst the BASIC. The BBC also implemented "sideways ROMs" using a form of bank switching so more programs could be accessed without needing to load off tape or disk. This gave the BBC Micro much more functionality compared to the cheaper and simpler Spectrum. It's quite interesting seeing the different tradeoffs and design choices two hardware manufacturers came up with. On one hand Sinclair were trying to make a cheap computer, and on the other hand Acorn were building a computer worthy of being used in schools across the country. Blog Post: https://ncot.uk/sinclair-basic-vs-bbc... Support ------- Support me by simply clicking the "like" button or pressing "subscribe"! That's it. No hard sell, just let me know you saw this video and thought it worth watching for more than 30 seconds. These videos take time and effort to make, and if people watch them they'll keep coming out. If you think my efforts are worth a bit of pocket change, feel free to go to my Ko-fi link https://ko-fi.com/ncot_tech Video by Bedrijfsfilmspecialist.nl: https://www.pexels.com/video/a-comput... Video by Mikhail Nilov: https://www.pexels.com/video/hacker-e... Machine icons created by Eucalyp - Flaticon: https://www.flaticon.com/free-icons/m... Code icons created by Secret Studio - Flaticon : https://www.flaticon.com/free-icons/code Binary code icons created by Freepik - Flaticon : https://www.flaticon.com/free-icons/b... Cpu icons created by Freepik - Flaticon : https://www.flaticon.com/free-icons/cpu

Comments
  • FORTH - Better than BASIC? 1 year ago
    FORTH - Better than BASIC?
    Опубликовано: 1 year ago
    46736
  • Zilog Z80 Deep Dive - How does it work? 1 year ago
    Zilog Z80 Deep Dive - How does it work?
    Опубликовано: 1 year ago
    33537
  • I Bought a 2nd Processor for my 8-Bit BBC Micro! 2 months ago
    I Bought a 2nd Processor for my 8-Bit BBC Micro!
    Опубликовано: 2 months ago
    32100
  • The Rise & Fall of LISP - Too Good For The Rest Of the World 2 years ago
    The Rise & Fall of LISP - Too Good For The Rest Of the World
    Опубликовано: 2 years ago
    52636
  • Documentary - The Sinclair ZX80, ZX81, and Timex Sinclair 1000 6 years ago
    Documentary - The Sinclair ZX80, ZX81, and Timex Sinclair 1000
    Опубликовано: 6 years ago
    1222978
  • BBC Master 512: It's a PC, no really it is! 3 years ago
    BBC Master 512: It's a PC, no really it is!
    Опубликовано: 3 years ago
    80137
  • Clever engineering on a budget - ZX Spectrum Interrupts 2 years ago
    Clever engineering on a budget - ZX Spectrum Interrupts
    Опубликовано: 2 years ago
    10038
  • Acorn Archimedes A3010 System Review & RISC Explained | Nostalgia Nerd 9 years ago
    Acorn Archimedes A3010 System Review & RISC Explained | Nostalgia Nerd
    Опубликовано: 9 years ago
    142920
  • BBC BASIC in RiscOS on a Raspberry Pi is really cool! 2 years ago
    BBC BASIC in RiscOS on a Raspberry Pi is really cool!
    Опубликовано: 2 years ago
    17039
  • Machine Code Explained - Computerphile 1 year ago
    Machine Code Explained - Computerphile
    Опубликовано: 1 year ago
    147543

Контактный email для правообладателей: [email protected] © 2017 - 2025

Отказ от ответственности - Disclaimer Правообладателям - DMCA Условия использования сайта - TOS



Карта сайта 1 Карта сайта 2 Карта сайта 3 Карта сайта 4 Карта сайта 5