• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can Somebody Help Me With BASIC?

Kenji4861

Banned
I have this code from Basic.

out bioa + 4, &H12

the value of bioa is &H02


Does it just output to the screen? Thanks for any info.
 
Outputs the (byte value) 18 (hex 12) to hardware port 6. Port 6 does not (to my limited knowledge) have anything to do with the video adapter.

It might be screwing around with your BIOS.
 
Back
Top