Amiga.org
Amiga computer related discussion => Amiga Hardware Issues and discussion => Topic started by: fatman2021 on February 11, 2003, 11:32:21 PM
-
mov ax, 4f03h
mov bx, gfxmode
int 10h
mov ah, 0ch
mov al, color
mov bh, page
mov cx, Xaxis
mov dx, Yaxis
int 10h
ret
Will the above code work on the AmigaOne/AmigaOS? If not what changes should I make to the above code in order for it to work?
-
Not unless the ppc gets cancer and starts executing x86 instructions.
;-)
-
peroxidechicken wrote:
Not unless the ppc gets cancer and starts executing x86 instructions.
;-)
Actually, it might be possible, the VESA VBE compatible video BIOS is written in x86 too, and they're planning on implementing an x86 mini-emulator to be able to use the x86 video BIOS thus preventing AOS4 users from having to have custom video cards manufactured. (Like is required for the Mac crowd)
Who knows? Can video BIOS calls be in x86 as well as the video BIOS itself? Would have to be a function of the emulater, you might have to ask Hyperion about their BIOS.