Skip to content

lucasw/amiga_assembly

 
 

Repository files navigation

https://gist.github.com/lucasw/47f4041f79aea451c186870c33af4019

FS-UAE

Load first save state of fsuae_config from command line:

fs-uae  Documents/FS-UAE/Configurations/fsuae_config.fs-uae --load_state=1

asm syntax highlighting in vim

https://stackoverflow.com/questions/33474506/modify-syntax-highlighting-in-vim-remove-as-comment

Download armasm.vim from http://www.vim.org/scripts/script.php?script_id=888

mkdir ~/.vim/syntax
mv ~/Downloads/armasm.vim ~/.vim/syntax

Edit ~/.vimrc:

let asmsyntax='armasm'
let filetype_inc='armasm'

Original README:

amiga-assembly-crashcourse

Example program source code for crash course blog post on Amiga assembly.

Read the blog post here.

About

Amiga assembly projects for use with Vasm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 88.7%
  • Python 10.6%
  • Shell 0.7%