在BIOS中显示图形 [英] Displaying Graphics in BIOS

查看:139
本文介绍了在BIOS中显示图形的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以使用MASM32在控制台中显示存储在嵌入了可执行文件的二进制文件中的位图?

Using MASM32 is it possible to display bitmaps stored in a binary file embedded with the executable to the console?

谁能告诉我如何?

附录:我在这里不是在谈论完整的绒毛GUI.只是在屏幕上显示字符位图的能力.它们将作为8x8二进制图像存储在我们链接到可执行文件的文件中.

Addendum: I'm not talking about a full fledge GUI here. Just the ability to display character bitmaps on the screen. They would be stored as 8x8 binary images in a file that we link to the executable.

推荐答案

您可以使用MASM进行任何操作,就像使用C或C ++一样.但是,使用MASM不会给您任何特殊功能(例如,您仍将需要访问文件系统),因此,如果这是为了绕过

You can do anything using MASM you could do with C or C++. However, using MASM doesn't give you any special abilities (you will still need to access the filesystem, for example), so if this is an attempt to get round the problems pointed out in answers to your previous question, you are out of luck.

这篇关于在BIOS中显示图形的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆