Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Color macros include
- .equ color_blue 0x1234
- .equ color_red 0x4321
- .macro color(background, foreground, text) ; Also supports notch-style macros
- .dw color_background | (color_foreground << 8), text
- .endmacro
Advertisement
Add Comment
Please, Sign In to add comment