Lazy loaded image
💯FIT 1047 ASM 2 面试模拟百分百
Words 333Read Time 1 min
2025-4-15
2025-4-16
type
status
date
slug
summary
tags
category
icon
password
💡
面试毕竟主要还是口语上的表达。试着用英语回答一下下面的问题,后续也会连续补上一些回答要点。 要是有想到好的口语问题欢迎私信补充!

解释类型

Explain the each of the following terms - “AC”,”IR”,”MAR”,”MBR”,”PC”,”IN”,“OUT”.
2025年4月15日
Explain what your Task 2 program do?
Explain how Task 2 program find its reminder?
Explain how you achieve Task 3.1?
2025年4月15日
回答要点:
  • while loop 循环遍历
  • 通过 StoreI 保存到屏幕上
  • 通过SkipCond 判断是否到了最后那个点
Explain how you achieve Task 3.2?
2025年4月15日
回答要点:
  • Loop 循环 [一个或者是俩个]
  • 追踪宽度去让它自动换行
  • 俩个指针的同时增加 (screen_pointer 以及 color_index_pointer)
Explain how you achieve Task 3.3?
Explain how you multiply two letter?
Explain why we need label?
Explain why you need SkipCond in the loop?
Explain why we need Subroutine?
Explain the use of JnS and JumpI?
Explain the difference between store and storeI?
Explain the difference between load and LoadI?
 

拓展问题

How can i change the background color in task 3?
How can i change the display in a different location for the letter in task 3.2?
How can i display a different letter in task 3?
How can i display the letter in different color?
How can i pause longer after each letter?
what should i change for my program pause after display a letter?