org 100h mov dx,msg mov ah,9 int 21h mov ah,4Ch int 21h msg db 'Hello, World!',0Dh,0Ah,'$'
how would you do that without the interrupt instruction?
if the operating system is what defines the interrupt code, then there has to be code that the interrupt itself is made up of right? sort of like headers?
so if I wanted to print Hello, World! from a boot floppy with absolutely no operating system and without using bios interrupt calls, how would I do it?


Sign In
Create Account


Back to top









