More VT100 ROM code annotations
This commit is contained in:
parent
5e931dd7b9
commit
85416f3523
2 changed files with 5 additions and 3 deletions
|
|
@ -2,9 +2,11 @@
|
|||
; DZ80 V3.4.1 8080 Disassembly of archive/VT100.bin
|
||||
; 2016/08/03 14:55
|
||||
;
|
||||
; Code annotations beginning with ";;" borrowed from Adam Mayer (https://github.com/phooky)
|
||||
; Comments beginning with ";;" borrowed from Adam Mayer (https://github.com/phooky)
|
||||
; See https://github.com/phooky/VT100-Hax/blob/master/ROMs/haxrom.d80
|
||||
; More information at http://vt100romhax.tumblr.com/post/90789754818/day-four-rom-checksums
|
||||
; Additional information at http://vt100romhax.tumblr.com/post/90789754818/day-four-rom-checksums
|
||||
;
|
||||
; All other comments/annotations by Jeff Parsons <Jeff@pcjs.org>
|
||||
;
|
||||
org 0
|
||||
;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
;
|
||||
; Listing produced by NDISASM, 2015-Apr-04
|
||||
; Additional post-processing performed by the PCjs TextOut module
|
||||
; All post-processing, comments, etc., copyright © 2012-2015 Jeff Parsons <Jeff@pcjs.org>
|
||||
; All post-processing, comments, etc., copyright © 2012-2016 Jeff Parsons <Jeff@pcjs.org>
|
||||
;
|
||||
; This file is part of PCjs, which is part of the JavaScript Machines Project (aka JSMachines)
|
||||
; at <http://jsmachines.net/> and <http://pcjs.org/>.
|
||||
|
|
|
|||
Loading…
Reference in a new issue