Best class I’ve taken at DCCCD, I transferred over to UTA and FASM has helped me with my theoretical computation class.
@rol1939 Жыл бұрын
If a function starts with _ it is __cdecl, so cinvoke getch is the correct code, I think. Why the printf is not preceded with an underscore, is something I don't understand.
@aptmap51812 жыл бұрын
Would you be teaching COSC 2425 for the upcoming Spring semester? Missed your summer session due to job relocation
@davidgkirk2 жыл бұрын
Unfortunately they didn’t give me any programming classes
@aptmap51812 жыл бұрын
@@davidgkirk Oh no! Your website is the only place that explains computer architecture and organization in a way that I can understand. Every other professor just told me to read the Linda Null textbook and finish the exercises with no explanation
@maxmuster70032 жыл бұрын
Using DOS or a bootcode we can write directly into the screen memory without to use a system call. Texmode address b8000 graphic mode address a0000 or linear framebuffer in the 4.th gb like c0000000 with s3 graphic emulated in DosBox for example.