This website works better with JavaScript
홈
탐색
도움말
로그인
ApisNecros
/
yaict
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
219f0513ec
브랜치
태그
main
yaict
/
tests
/
addition-with-vars.icasm
addition-with-vars.icasm
64 B
히스토리
Raw
1
2
3
4
5
ld @op1, 10
ld @op2, 37
add @op2, @op1, 0d2
add 0d2, 3, 0d12
hlt