diff options
| author | Drahflow <drahflow@gmx.de> | 2012-12-23 19:22:22 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2012-12-23 19:22:22 +0100 |
| commit | 78565a42ed6d6830553452481adf7e3a7bcf4c8e (patch) | |
| tree | 30dafefa627cac387953505c82d1608b99b819de /examples/working | |
| parent | 56c1707540d46a17f03c59b294a9ace38593d323 (diff) | |
Minimal ASM execution example
Diffstat (limited to 'examples/working')
| -rw-r--r-- | examples/working/asm.ey | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/working/asm.ey b/examples/working/asm.ey new file mode 100644 index 0000000..87d7c7a --- /dev/null +++ b/examples/working/asm.ey @@ -0,0 +1,8 @@ +sys .asm /asm defv + +4096 asm .alloc /e defv + +195 e .base asm .poke + +e .base asm .execute +e .free |
