Skip to content

Instantly share code, notes, and snippets.

@ksherlock
Created June 29, 2014 18:46
Show Gist options
  • Save ksherlock/8e7cc0435f946548d858 to your computer and use it in GitHub Desktop.
Save ksherlock/8e7cc0435f946548d858 to your computer and use it in GitHub Desktop.
MPW IIgs rep/sep bits
; with p
; rep #m|x|c
; endwith
p record 0
;nvmxdizc
n equ $80
v equ $40
m equ $20
x equ $10
d equ $08
i equ $04
z equ $02
c equ $01
mx equ $30
endr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment