Skip to content

Entries with no named sections but tables #69

@ecm-pushbx

Description

@ecm-pushbx
~/proj/list$ grep '(Program|InstallCheck|Range|Desc|Note|Notes|BUG|BUGS|Return|SeeAlso):' -EL source/Interrupt\ List/* -R | xargs -rd '\n' bash -c 'for file; do perl -ne '"'"'if (/^INT/) {$int=1;}; if ($int and /^\s*$/) {$blank=1; next;} if ($blank and /\S/) { print "$ARGV\n"; last;}'"'"' "$file"; done' scriptlet
source/Interrupt List/INT 7A Novell NetWare IBM 3270 multiple purposes/INT 7A09 IBM 3270 Workstation Program API HOST SERVICES.txt
source/Interrupt List/INT 80 reserved for BASIC multiple purposes/INT 80 Linux SYSTEM CALLS.txt

https://github.com/LoopZ/TheList/blob/c107178bc2bc86cfad34111fd46889eb6def912e/source/Interrupt%20List/INT%207A%20Novell%20NetWare%20IBM%203270%20multiple%20purposes/INT%207A09%20IBM%203270%20Workstation%20Program%20API%20HOST%20SERVICES.txt

https://github.com/LoopZ/TheList/blob/c107178bc2bc86cfad34111fd46889eb6def912e/source/Interrupt%20List/INT%2080%20reserved%20for%20BASIC%20multiple%20purposes/INT%2080%20Linux%20SYSTEM%20CALLS.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions