摘要: 1.xxx segment xxx ends 伪指令,定义一个段。 2.end 汇编程序的结束标记。注意和ends区分。 3.assume 假设,用来关联 4.程序返回 mov,ax,4c00h int 21h 阅读全文
posted @ 2024-10-14 15:31 zhongta 阅读(12) 评论(0) 推荐(0)
摘要: 1.利用width,height属性控制图像的大小。 <!DOCTYPE html> <html> <head> <title>Image Sizes</title> <style type="text/css"> img.large { width: 500px; height: 500px;} 阅读全文
posted @ 2024-10-14 13:20 zhongta 阅读(19) 评论(0) 推荐(0)