mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
introduced classes for operands and address modes
This commit is contained in:
@ -29,7 +29,11 @@ strlen:
|
||||
jsr _LVOCloseLibrary(a6)
|
||||
nodos:
|
||||
moveq #0,d0
|
||||
jsr dummy
|
||||
rts
|
||||
|
||||
dummy: rts
|
||||
|
||||
dosname:
|
||||
dc.b 'dos.library',0
|
||||
msg:
|
||||
|
||||
Reference in New Issue
Block a user