This website requires JavaScript.
Explore
Help
Sign In
GigabiteStudios
/
Python-Cpu-Emulator
Watch
1
Star
0
Fork
0
You've already forked Python-Cpu-Emulator
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a86ffb54db
Python-Cpu-Emulator
/
test.asm
11 lines
118 B
NASM
Raw
Normal View
History
Unescape
Escape
Main
2024-12-24 05:17:07 +00:00
main:
did nothing...
2025-03-28 15:10:24 +00:00
ldw
a
,
5
ldw
b
,
10
add
a
,
b
jsr
foo
ret
foo:
ldw
a
,
3
ldw
b
,
7
add
a
,
b
retZ
Reference in New Issue
Copy Permalink