msg_no_basic db 'No ROM BASIC', 0Dh, 0Ah, 0
;=========================================================================
; int_18 - execute ROM BASIC
; Note:
; Prints an error message since we don't have ROM BASIC
;-------------------------------------------------------------------------
int_18:
mov si,msg_no_basic
call print
.1:
hlt
jmp .1
I have no idea where it was implied in that comment that it was difficult. I said that it wasn't required to be considered a valid BIOS, as commercial/alternatives did the same.
I suspect he's referring to the "D Language Foundation[1]"
Mr. Bright, thank you for Empire. Some of my earliest tinkering memories are of upgrading my 5150 to have a V20 CPU and being somewhat pleased that map generation took somewhat less time.