Let me guess, you need more
>>106976245only 6 people alive can read this
>>106976496which is funny because its probably one of the easiest languages to read.just think about how dude could make roller coaster tycoon by himself with just this language and some books.
>>106976496>only 6 people alive are real programmers
>>106976496there are only 7 people on the planet
>>106976245bro I wrote a for loop generator because it started to get tedious every time I wanted to iterate over an array.
>>106977152Why not just use rust?
>>106976245https://www.chessprogramming.org/BootChess
I refuse to write in assembly unless it's PDP-11 and I haven't found any computers with the PDP-11 instruction set yet.
>>106976245There's like 0 (zero) usecase for asm except for a few parts of a kernel development
>>106976496good morning saar
>>106976245which version of assembly is this?x86??nasm?intel?linux?meme?there's so many languages and no standard to tard wrangle them in.the one job the government has, which is to set standards and ensure its regulation, it doesn't do.
>>106978367fuck off commie
>>106977351I'm not a pedophile.
>>106978367too busy implementing hidden instructions for the ime
>>106977152Wait wtf this is unironically clever
>>106976245>Read scancodeWell now you have to make a library call(on windows, atleast) in a user program that will make the right syscall to look up the right drivers, which will handle the interface from the right io port (for ps2) or memory mapped port. Many layers of abstraction over and under assembly.Back in the early DOS days and before, the computer architect did very little beyond what the ISA advertised, just some pipelining, and the OS didn't get involved in I/O if you decided to do it directly. That was low level, no abstraction software or hardware side. Assembly programming is no longer low level today (atleast user side. Kernel level still is on software side.).>>106976496Pretty sure you're just illiterate>>106978121I'm a jeet and I can understand it just fine. Stop making up a spook in your head, anon.
>>106980998architecture*And not like architecture wasn't there desu, just not on microprocessors.
>>106980232https://github.com/aussie114/c_toolsI'm pretty lazy.