Load the example at 0xC000, stop the emulator after running.

This commit is contained in:
Radosław Kujawa 2018-04-06 14:26:00 +02:00
parent 5173d10a69
commit adef30da21
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
.org 0xC000
start: jsr min3
stp
; min3
; Takes 3 numbers (A, B, C), passed on stack, finds the minimum.
; Result is also passed on stack. Assumes it is being called via jsr.