だから今、私はオブジェクトコードがどのように生成されるかを理解しようとしていますが、これらの2行は本当に私を混乱させます.誰か私に説明してくれませんか?
RSUB is 4C0000, I understand RSUB is 4C Mnemonic, but where did 0000 came from?
EOF BYTE C'EOF' Object code is 454F46, how did they get that?
INPUT BYTE X'F1' F1
how did generate F1 in the object code?
STCH BUFFER, X 549039
BUFFER is 1039, and STCH in mnemonic is 54, but shouldn't it be 541039?
also after a few lines,
LDCH BUFFER, X 509039?