mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
15 lines
332 B
NASM
Executable File
15 lines
332 B
NASM
Executable File
;-------------------------------
|
|
; Assembler source containing all IMLAC opcodes.
|
|
;-------------------------------
|
|
org 0100 ;
|
|
start law 0777 ; 004777
|
|
lwc 0777 ; 104777
|
|
jmp 0777 ; 010777
|
|
dac 0777 ; 020777
|
|
xam 0777 ; 024777
|
|
isz 0777 ; 030777
|
|
jms 0777 ; 034777
|
|
and 0777 ; 044777
|
|
;-------------------------------
|
|
end
|