Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
I believe the bushes in my yard will BURN before God picks up a PC to send a message
A C compiler will not comply Batch Code.
PDS, A C Compiler compiles C Source code.
"Basic" as usual is confused or misleading or both.
try this website
how did microsoft make a Exe before there was something else then ms-dos
# clear the screen mov $clear_screen,%ecx # send the escape code to clear screen call write_stdout ############################## # draw VMW logo mov $vmw_sprite,%esi # Load in sprite mov $((0x8<<8)+0x6),%ax # Load in x and y co-ords call blit_219 # put "A VMW Software Production" # white, x=7, y=15 mov $vmw_string,%esi call put_text_line_inline call dump_to_screen # dump framebuffer to screen push $3 pop %ecx # Pause 3 seconds call pause_a_while ################################ # Main Menu Loop opening_screen: ############################### # clear the framebuffer call clear_framebuffer ############################## # title screen mov $opener_sprite,%esi # load the title sprite xor %eax,%eax # at 0,0 call blit_219 # Yellow, title_string,x=0 y=5 mov $title_string,%esi # Malicious Marketers call put_text_line_inline call dump_to_screen # copy to screen ######################### # pause for 10 seconds # or less if key pressed push $10 pop %ecx call pause_a_while ######################### # set variables xor %ebp,%ebp # menu-item=0 ######################### # draw attention block # xor %bl,%bl # color = 0 call put_attention_block #################################### # put the "press F1 for help" string mov $menu_help_string,%esi # color grey x=0 y=20 call put_text_line_inline
so is this the methode?
theres no batch converter for msdos.
which program lang. this is?